Addition to help for max-filesize in Options.py
Added to the text outputted to the command-line in the help parameter for --min-filesize to match the addition I made in the README.md file with additional advice regarding the use of the min-filesize to try to filter for longer/larger videos.
This commit is contained in:
parent
f2980fddeb
commit
3e2601dfe8
@ -280,7 +280,12 @@ def parseOpts(overrideArguments=None):
|
||||
selection.add_option(
|
||||
'--min-filesize',
|
||||
metavar='SIZE', dest='min_filesize', default=None,
|
||||
help='Do not download any videos smaller than SIZE (e.g. 50k or 44.6m)')
|
||||
help=(
|
||||
'Do not download any videos smaller than 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.'
|
||||
))
|
||||
selection.add_option(
|
||||
'--max-filesize',
|
||||
metavar='SIZE', dest='max_filesize', default=None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user