Add --xattr-set-filesize option (Fixes #1348)
This commit is contained in:
parent
baeaeffce5
commit
881e6a1f5c
5 changed files with 37 additions and 16 deletions
|
@ -394,6 +394,10 @@ def parseOpts(overrideArguments=None):
|
|||
'--playlist-reverse',
|
||||
action='store_true',
|
||||
help='Download playlist videos in reverse order')
|
||||
downloader.add_option(
|
||||
'--xattr-set-filesize',
|
||||
dest='xattr_set_filesize', action='store_true',
|
||||
help='(experimental) set file xattribute ytdl.filesize with expected filesize')
|
||||
downloader.add_option(
|
||||
'--external-downloader',
|
||||
dest='external_downloader', metavar='COMMAND',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue