]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/__init__.py
[docs,cleanup] Some minor refactoring and improve docs
[yt-dlp.git] / yt_dlp / __init__.py
index 2ae08f154e66293e1b1f7ebf81d938c0886bd2c6..38e1d0ec65d4be314894c3182cc989e93a8859b2 100644 (file)
@@ -513,6 +513,7 @@ def report_conflict(arg1, arg2):
             'add_chapters': opts.addchapters,
             'add_metadata': opts.addmetadata,
         })
+    # Note: Deprecated
     # This should be above EmbedThumbnail since sponskrub removes the thumbnail attachment
     # but must be below EmbedSubtitle and FFmpegMetadata
     # See https://github.com/yt-dlp/yt-dlp/issues/204 , https://github.com/faissaloo/SponSkrub/issues/29