Add compat-option no-clean-infojson
This commit is contained in:
parent
e0f2b4b47d
commit
e4f0275711
4 changed files with 8 additions and 5 deletions
|
|
@ -1062,7 +1062,7 @@ def parseOpts(overrideArguments=None):
|
|||
help='Do not write playlist metadata when using --write-info-json, --write-description etc.')
|
||||
filesystem.add_option(
|
||||
'--clean-infojson',
|
||||
action='store_true', dest='clean_infojson', default=True,
|
||||
action='store_true', dest='clean_infojson', default=None,
|
||||
help=(
|
||||
'Remove some private fields such as filenames from the infojson. '
|
||||
'Note that it could still contain some personal information (default)'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue