aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-11-15 01:25:47 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-11-15 01:25:47 +0530
commitf279aaee8e246f510e56fe35b163520f35085338 (patch)
treed59c9d1b18901398413ada1a830117df833dbc6b /yt_dlp/options.py
parentd0e6121adf4f82b266c82d7e632f7fe79f05096c (diff)
downloadhypervideo-pre-f279aaee8e246f510e56fe35b163520f35085338.tar.lz
hypervideo-pre-f279aaee8e246f510e56fe35b163520f35085338.tar.xz
hypervideo-pre-f279aaee8e246f510e56fe35b163520f35085338.zip
Add compat-option embed-metadata
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r--yt_dlp/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py
index 89401910e..209f199bd 100644
--- a/yt_dlp/options.py
+++ b/yt_dlp/options.py
@@ -278,7 +278,7 @@ def parseOpts(overrideArguments=None):
'allowed_values': {
'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',
+ 'no-youtube-channel-redirect', 'no-youtube-unavailable-videos', 'no-attach-info-json', 'embed-metadata',
'embed-thumbnail-atomicparsley', 'seperate-video-versions', 'no-clean-infojson', 'no-keep-subs',
}, 'aliases': {
'youtube-dl': ['-multistreams', 'all'],