mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 06:45:00 +01:00
Add compat-option no-attach-infojson
This commit is contained in:
parent
eaeca38fc4
commit
4171221823
4 changed files with 5 additions and 3 deletions
|
|
@ -260,7 +260,7 @@ def _real_main(argv=None):
|
|||
all_compat_opts = [
|
||||
'filename', 'format-sort', 'abort-on-error', 'format-spec', 'multistreams',
|
||||
'no-playlist-metafiles', 'no-live-chat', 'playlist-index', 'list-formats',
|
||||
'no-youtube-channel-redirect', 'no-youtube-unavailable-videos',
|
||||
'no-youtube-channel-redirect', 'no-youtube-unavailable-videos', 'no-attach-info-json',
|
||||
]
|
||||
compat_opts = parse_compat_opts()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue