Browse Source
[options] Add --load-info-json alias for symmetry with --write-info-json
master
Sergey M․
9 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/options.py
|
|
@ -668,7 +668,7 @@ def parseOpts(overrideArguments=None): |
|
|
|
action='store_true', dest='writeannotations', default=False, |
|
|
|
help='Write video annotations to a .annotations.xml file') |
|
|
|
filesystem.add_option( |
|
|
|
'--load-info', |
|
|
|
'--load-info-json', '--load-info', |
|
|
|
dest='load_info_filename', metavar='FILE', |
|
|
|
help='JSON file containing the video information (created with the "--write-info-json" option)') |
|
|
|
filesystem.add_option( |
|
|
|