aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/common.py
diff options
context:
space:
mode:
authorbashonly <88596187+bashonly@users.noreply.github.com>2024-03-29 18:16:46 -0500
committerGitHub <noreply@github.com>2024-03-29 23:16:46 +0000
commit9c42b7eef547e826e9fcc7beb6706a2523949d05 (patch)
tree7b7b29961365c185e814bb5c12884b7044108ff8 /yt_dlp/extractor/common.py
parente5d4f11104ce7ea1717a90eea82c0f7d230ea5d5 (diff)
[fd/ffmpeg] Accept output args from info dict (#9278)
Authored by: bashonly
Diffstat (limited to 'yt_dlp/extractor/common.py')
-rw-r--r--yt_dlp/extractor/common.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py
index e776ccae9..a36a6187c 100644
--- a/yt_dlp/extractor/common.py
+++ b/yt_dlp/extractor/common.py
@@ -246,7 +246,8 @@ class InfoExtractor:
* downloader_options A dictionary of downloader options
(For internal use only)
* http_chunk_size Chunk size for HTTP downloads
- * ffmpeg_args Extra arguments for ffmpeg downloader
+ * ffmpeg_args Extra arguments for ffmpeg downloader (input)
+ * ffmpeg_args_out Extra arguments for ffmpeg downloader (output)
* is_dash_periods Whether the format is a result of merging
multiple DASH periods.
RTMP formats can also have the additional fields: page_url,