1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 22:55:18 +00:00

[EmbedThumbnail] Add compat-option embed-thumbnail-atomicparsley

to force use of atomicparsley for embedding thumbnails in mp4

Related: #411
This commit is contained in:
pukkandan
2021-06-15 15:04:49 +05:30
parent 7e87e27c52
commit e858a9d6d3
4 changed files with 8 additions and 4 deletions

View File

@@ -268,6 +268,7 @@ def _real_main(argv=None):
'filename', 'format-sort', 'abort-on-error', 'format-spec', 'no-playlist-metafiles',
'multistreams', 'no-live-chat', 'playlist-index', 'list-formats', 'no-direct-merge',
'no-youtube-channel-redirect', 'no-youtube-unavailable-videos', 'no-attach-info-json',
'embed-thumbnail-atomicparsley',
]
compat_opts = parse_compat_opts()