]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/downloader/common.py
[docs] Fix some mistakes and improve doc
[yt-dlp.git] / yt_dlp / downloader / common.py
index 396521aa1a3203d7eb24b0dd9ceb6c847e41444b..3846a7ee59df3edcc6c6e6d99e091876bc94738f 100644 (file)
@@ -47,8 +47,11 @@ class FileDownloader(object):
     min_filesize:       Skip files smaller than this size
     max_filesize:       Skip files larger than this size
     xattr_set_filesize: Set ytdl.filesize user xattribute with expected size.
-    external_downloader_args:  A list of additional command-line arguments for the
-                        external downloader.
+    external_downloader_args:  A dictionary of downloader keys (in lower case)
+                        and a list of additional command-line arguments for the
+                        executable. Use 'default' as the name for arguments to be
+                        passed to all downloaders. For compatibility with youtube-dl,
+                        a single list of args can also be used
     hls_use_mpegts:     Use the mpegts container for HLS videos.
     http_chunk_size:    Size of a chunk for chunk-based HTTP downloading. May be
                         useful for bypassing bandwidth throttling imposed by