mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-11 23:16:16 -05:00
Add --xattr-set-filesize option (Fixes #1348)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user