mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 16:52:58 +08:00
Addition to README.md
Added advice to line 135 regarding not using min-filesize to try and download longer videos only based on their file-size. It will select just the long videos to download and will download the video track, then it will not download the audio track as it's too small and you end up with an un-merged file. Using duration in match-filter works fine however.
This commit is contained in:
parent
f2980fddeb
commit
2bc886ea05
@ -132,7 +132,11 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
|
||||
caseless sub-string)
|
||||
--max-downloads NUMBER Abort after downloading NUMBER files
|
||||
--min-filesize SIZE Do not download any videos smaller than
|
||||
SIZE (e.g. 50k or 44.6m)
|
||||
SIZE (e.g. 50k or 44.6m). Use match-filter
|
||||
with the duration key instead of this to
|
||||
filter for long videos only as this will
|
||||
often download the video track and skip
|
||||
the audio if they are downloaded separately.
|
||||
--max-filesize SIZE Do not download any videos larger than SIZE
|
||||
(e.g. 50k or 44.6m)
|
||||
--date DATE Download only videos uploaded in this date
|
||||
|
Loading…
Reference in New Issue
Block a user