diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-06-15 15:04:49 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-06-16 22:33:32 +0530 |
commit | e858a9d6d38f472e608913dadab4b8d703f45aaf (patch) | |
tree | cf2e6bd7eaa38bdef20b49cccfad7cc47548e3e2 /yt_dlp/YoutubeDL.py | |
parent | 7e87e27c52e9c9f0412ab360e560255533d35dce (diff) | |
download | hypervideo-pre-e858a9d6d38f472e608913dadab4b8d703f45aaf.tar.lz hypervideo-pre-e858a9d6d38f472e608913dadab4b8d703f45aaf.tar.xz hypervideo-pre-e858a9d6d38f472e608913dadab4b8d703f45aaf.zip |
[EmbedThumbnail] Add compat-option `embed-thumbnail-atomicparsley`
to force use of atomicparsley for embedding thumbnails in mp4
Related: #411
Diffstat (limited to 'yt_dlp/YoutubeDL.py')
-rw-r--r-- | yt_dlp/YoutubeDL.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index 6d54b2808..f60b7eec9 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -391,8 +391,9 @@ class YoutubeDL(object): compat_opts: Compatibility options. See "Differences in default behavior". Note that only format-sort, format-spec, no-live-chat, no-attach-info-json, playlist-index, list-formats, - no-direct-merge, no-youtube-channel-redirect, - and no-youtube-unavailable-videos works when used via the API + no-direct-merge, embed-thumbnail-atomicparsley, + no-youtube-unavailable-videos, no-youtube-channel-redirect, + works when used via the API The following parameters are not used by YoutubeDL itself, they are used by the downloader (see yt_dlp/downloader/common.py): |