Strip out internal fields such as _filename from infojson (Closes #42)
:ci skip dl
This commit is contained in:
parent
9f888147de
commit
18590cecdb
2 changed files with 6 additions and 4 deletions
|
|
@ -924,7 +924,7 @@ def parseOpts(overrideArguments=None):
|
|||
filesystem.add_option(
|
||||
'--write-info-json',
|
||||
action='store_true', dest='writeinfojson', default=False,
|
||||
help='Write video metadata to a .info.json file')
|
||||
help='Write video metadata to a .info.json file. Note that this may contain personal information')
|
||||
filesystem.add_option(
|
||||
'--no-write-info-json',
|
||||
action='store_false', dest='writeinfojson',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue