mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-26 08:40:12 +00:00
Strip out internal fields such as _filename
from infojson (Closes #42)
:ci skip dl
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user