aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/__init__.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-09-22 01:37:44 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-09-22 02:15:55 +0530
commit2fa669f759eae6d5c7e608e3ee628f9d60d03e83 (patch)
treea994bb325804ed528c04208a928cd5830ee81126 /yt_dlp/__init__.py
parent8ca48a1a5427040fd708f33a264c10d5d0e85fc1 (diff)
downloadhypervideo-pre-2fa669f759eae6d5c7e608e3ee628f9d60d03e83.tar.lz
hypervideo-pre-2fa669f759eae6d5c7e608e3ee628f9d60d03e83.tar.xz
hypervideo-pre-2fa669f759eae6d5c7e608e3ee628f9d60d03e83.zip
[docs] Misc improvements
Closes #4987, Closes #4906, Closes #4919, Closes #4977, Closes #4979
Diffstat (limited to 'yt_dlp/__init__.py')
-rw-r--r--yt_dlp/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/__init__.py b/yt_dlp/__init__.py
index 29c467b0e..9382ff43b 100644
--- a/yt_dlp/__init__.py
+++ b/yt_dlp/__init__.py
@@ -489,7 +489,7 @@ def validate_options(opts):
val1=opts.sponskrub and opts.sponskrub_cut)
# Conflicts with --allow-unplayable-formats
- report_conflict('--add-metadata', 'addmetadata')
+ report_conflict('--embed-metadata', 'addmetadata')
report_conflict('--embed-chapters', 'addchapters')
report_conflict('--embed-info-json', 'embed_infojson')
report_conflict('--embed-subs', 'embedsubtitles')