aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/vimeo.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-04-16 15:31:10 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-04-17 04:16:41 +0530
commit6a39ee13f7613767905a4669d1d0247aafc5a12c (patch)
treef81a187ae9849b760a3042dc449e4d3a7df54753 /yt_dlp/extractor/vimeo.py
parent33245766ab0b7be7971ff46f03c706d77a327a92 (diff)
downloadhypervideo-pre-6a39ee13f7613767905a4669d1d0247aafc5a12c.tar.lz
hypervideo-pre-6a39ee13f7613767905a4669d1d0247aafc5a12c.tar.xz
hypervideo-pre-6a39ee13f7613767905a4669d1d0247aafc5a12c.zip
Fix inconsistent use of `report_warning`
Diffstat (limited to 'yt_dlp/extractor/vimeo.py')
-rw-r--r--yt_dlp/extractor/vimeo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/vimeo.py b/yt_dlp/extractor/vimeo.py
index 36e92fd1b..61a1d9b68 100644
--- a/yt_dlp/extractor/vimeo.py
+++ b/yt_dlp/extractor/vimeo.py
@@ -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: