]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/options.py
Documentation fixes
[yt-dlp.git] / youtube_dlc / options.py
index c94e3abb429cd6bcbd16c5b3d0da84daa2eb7139..2804186ad24c3a2d3632b5349f6d53ff71013e41 100644 (file)
@@ -988,8 +988,9 @@ def _comma_separated_values_options_callback(option, opt_str, value, parser):
             'Give these arguments to the postprocessors. '
             "Specify the postprocessor name and the arguments separated by a colon ':' "
             'to give the argument to only the specified postprocessor. Supported names are '
-            'ExtractAudio, VideoRemuxer, VideoConvertor, EmbedSubtitle, Metadata, Merger, FixupStretched, FixupM4a, FixupM3u8, SubtitlesConvertor, SponSkrub and Default'
-            '. You can use this option multiple times to give different arguments to different postprocessors'))
+            'ExtractAudio, VideoRemuxer, VideoConvertor, EmbedSubtitle, Metadata, Merger, FixupStretched, '
+            'FixupM4a, FixupM3u8, SubtitlesConvertor, EmbedThumbnail, XAttrMetadata, SponSkrub and Default. '
+            'You can use this option multiple times to give different arguments to different postprocessors'))
     postproc.add_option(
         '-k', '--keep-video',
         action='store_true', dest='keepvideo', default=False,