]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/common.py
Improve `--clean-infojson`
[yt-dlp.git] / yt_dlp / extractor / common.py
index 8c2fd7fea2603c18e385b5c507f78637bbc59a0a..63f7b5d4a6ba6b82bbb9879505c9e4bd05eb9e44 100644 (file)
@@ -208,8 +208,10 @@ class InfoExtractor:
                     * no_resume  The server does not support resuming the
                                  (HTTP or RTMP) download. Boolean.
                     * has_drm    The format has DRM and cannot be downloaded. Boolean
-                    * downloader_options  A dictionary of downloader options as
-                                 described in FileDownloader (For internal use only)
+                    * 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
                     RTMP formats can also have the additional fields: page_url,
                     app, play_path, tc_url, flash_version, rtmp_live, rtmp_conn,
                     rtmp_protocol, rtmp_real_time