aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/plutotv.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-05-17 17:53:08 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-05-17 18:59:51 +0530
commita06916d98e1669f9b7d821bcb3ca6d13bd6429fe (patch)
treee6484fd0b6301d0051a0300c866cc2922a4437b7 /yt_dlp/extractor/plutotv.py
parent681de68e9df67f07dde3fbbc6cb2e65a78b2bb16 (diff)
downloadhypervideo-pre-a06916d98e1669f9b7d821bcb3ca6d13bd6429fe.tar.lz
hypervideo-pre-a06916d98e1669f9b7d821bcb3ca6d13bd6429fe.tar.xz
hypervideo-pre-a06916d98e1669f9b7d821bcb3ca6d13bd6429fe.zip
[extractor] Add `write_debug` and `get_param`
Diffstat (limited to 'yt_dlp/extractor/plutotv.py')
-rw-r--r--yt_dlp/extractor/plutotv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/plutotv.py b/yt_dlp/extractor/plutotv.py
index 521c70cd1..6e3f48a9d 100644
--- a/yt_dlp/extractor/plutotv.py
+++ b/yt_dlp/extractor/plutotv.py
@@ -109,7 +109,7 @@ class PlutoTVIE(InfoExtractor):
if ad_free_formats:
formats, subtitles = ad_free_formats, ad_free_subtitles
else:
- self._downloader.report_warning('Unable to find ad-free formats')
+ self.report_warning('Unable to find ad-free formats')
return formats, subtitles
def _get_video_info(self, video_json, slug, series_name=None):