1
0
Fork 0

Add compat-option no-clean-infojson

This commit is contained in:
pukkandan 2021-07-31 11:38:39 +05:30
commit e4f0275711
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
4 changed files with 8 additions and 5 deletions

View file

@ -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)'))