aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/ceskatelevize.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/ceskatelevize.py
parent681de68e9df67f07dde3fbbc6cb2e65a78b2bb16 (diff)
[extractor] Add `write_debug` and `get_param`
Diffstat (limited to 'yt_dlp/extractor/ceskatelevize.py')
-rw-r--r--yt_dlp/extractor/ceskatelevize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/ceskatelevize.py b/yt_dlp/extractor/ceskatelevize.py
index 6bfb760fa..b2ebfdadd 100644
--- a/yt_dlp/extractor/ceskatelevize.py
+++ b/yt_dlp/extractor/ceskatelevize.py
@@ -147,7 +147,7 @@ class CeskaTelevizeIE(InfoExtractor):
is_live = item.get('type') == 'LIVE'
formats = []
for format_id, stream_url in item.get('streamUrls', {}).items():
- if (not self._downloader.params.get('allow_unplayable_formats')
+ if (not self.get_param('allow_unplayable_formats')
and 'drmOnly=true' in stream_url):
continue
if 'playerType=flash' in stream_url: