diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-10-31 14:45:59 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-10-31 14:47:33 +0530 |
commit | 0930b11fdaff2141ad951a8ed6d90417bfde7059 (patch) | |
tree | 67e28cd153d90d0cbac465545f35a390d5ed2d8a /yt_dlp/YoutubeDL.py | |
parent | a0bb6ce58db5b3124962037ca12e78cbd348f56c (diff) | |
download | hypervideo-pre-0930b11fdaff2141ad951a8ed6d90417bfde7059.tar.lz hypervideo-pre-0930b11fdaff2141ad951a8ed6d90417bfde7059.tar.xz hypervideo-pre-0930b11fdaff2141ad951a8ed6d90417bfde7059.zip |
[docs,cleanup] Improve docs and minor cleanup
Closes #1387, #1404, #1408, #1485, #1415, #1450, #1492
Diffstat (limited to 'yt_dlp/YoutubeDL.py')
-rw-r--r-- | yt_dlp/YoutubeDL.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index 2c2b17b20..4a9f4775b 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -214,8 +214,8 @@ class YoutubeDL(object): ignore_no_formats_error: Ignore "No video formats" error. Usefull for extracting metadata even if the video is not actually available for download (experimental) - format_sort: How to sort the video formats. see "Sorting Formats" - for more details. + format_sort: A list of fields by which to sort the video formats. + See "Sorting Formats" for more details. format_sort_force: Force the given format_sort. see "Sorting Formats" for more details. allow_multiple_video_streams: Allow multiple video streams to be merged |