From a06916d98e1669f9b7d821bcb3ca6d13bd6429fe Mon Sep 17 00:00:00 2001 From: pukkandan Date: Mon, 17 May 2021 17:53:08 +0530 Subject: [extractor] Add `write_debug` and `get_param` --- yt_dlp/extractor/ivi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt_dlp/extractor/ivi.py') diff --git a/yt_dlp/extractor/ivi.py b/yt_dlp/extractor/ivi.py index 064279663..c167ee500 100644 --- a/yt_dlp/extractor/ivi.py +++ b/yt_dlp/extractor/ivi.py @@ -165,7 +165,7 @@ class IviIE(InfoExtractor): content_format = f.get('content_format') if not f_url: continue - if (not self._downloader.params.get('allow_unplayable_formats') + if (not self.get_param('allow_unplayable_formats') and ('-MDRM-' in content_format or '-FPS-' in content_format)): continue formats.append({ -- cgit v1.2.3