diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-03-04 19:38:55 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-03-08 22:38:06 +0530 |
commit | 08d30158ec8e7e08c1d83dcfde6dba18c95b2640 (patch) | |
tree | ccfe053ce94c1005b3d8b3a8a0a9b9af4180424e /yt_dlp/YoutubeDL.py | |
parent | c89bec262c7a8efa078c61b2ec59afdd4051e4bf (diff) | |
download | hypervideo-pre-08d30158ec8e7e08c1d83dcfde6dba18c95b2640.tar.lz hypervideo-pre-08d30158ec8e7e08c1d83dcfde6dba18c95b2640.tar.xz hypervideo-pre-08d30158ec8e7e08c1d83dcfde6dba18c95b2640.zip |
[cleanup, docs] Misc cleanup
Closes #2828, closes #2734, closes #2802, closes #2937
Diffstat (limited to 'yt_dlp/YoutubeDL.py')
-rw-r--r-- | yt_dlp/YoutubeDL.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index 51a89bd23..3ee3ed7d2 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -235,6 +235,8 @@ class YoutubeDL(object): See "Sorting Formats" for more details. format_sort_force: Force the given format_sort. see "Sorting Formats" for more details. + prefer_free_formats: Whether to prefer video formats with free containers + over non-free ones of same quality. allow_multiple_video_streams: Allow multiple video streams to be merged into a single file allow_multiple_audio_streams: Allow multiple audio streams to be merged |