From 2bc886ea05bc25551062d4b662583b78fda1cefd Mon Sep 17 00:00:00 2001 From: SANGERA2 Date: Thu, 23 Feb 2017 22:25:30 +0000 Subject: [PATCH] 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. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4364ef61..09b210f84 100644 --- a/README.md +++ b/README.md @@ -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