]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/downloader/external.py
[nbcolympics:stream] Fix extractor
[yt-dlp.git] / yt_dlp / downloader / external.py
index 8c8d838e191ad11289139697af09722aedcb94fc..f91e105990d86159ac90b2b818870766b71dd500 100644 (file)
@@ -382,6 +382,9 @@ def _call_downloader(self, tmpfilename, info_dict):
         if not self.params.get('verbose'):
             args += ['-hide_banner']
 
+        args += info_dict.get('_ffmpeg_args', [])
+
+        # This option exists only for compatibility. Extractors should use `_ffmpeg_args` instead
         seekable = info_dict.get('_seekable')
         if seekable is not None:
             # setting -seekable prevents ffmpeg from guessing if the server