]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/nbc.py
[extractor/ViMP] Add thumbnail and support more sites (#4147)
[yt-dlp.git] / yt_dlp / extractor / nbc.py
index 8aab80a0f7c4a68ef05a76d4cfa46551d7fe1f7c..365c2e60d58fe2b583b8922071e2751f4d2a5427 100644 (file)
@@ -579,7 +579,7 @@ def _real_extract(self, url):
         for f in formats:
             # -http_seekable requires ffmpeg 4.3+ but it doesnt seem possible to
             # download with ffmpeg without this option
-            f['_ffmpeg_args'] = ['-seekable', '0', '-http_seekable', '0', '-icy', '0']
+            f['downloader_options'] = {'ffmpeg_args': ['-seekable', '0', '-http_seekable', '0', '-icy', '0']}
         self._sort_formats(formats)
 
         return {