1
0
Fork 0

Fix inconsistent use of report_warning

This commit is contained in:
pukkandan 2021-04-16 15:31:10 +05:30
commit 6a39ee13f7
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
14 changed files with 31 additions and 31 deletions

View file

@ -804,7 +804,7 @@ class VimeoIE(VimeoBaseInfoExtractor):
video_description = self._html_search_meta(
'description', orig_webpage, default=None)
if not video_description and not is_player:
self._downloader.report_warning('Cannot find video description')
self.report_warning('Cannot find video description')
# Extract upload date
if not timestamp: