aboutsummaryrefslogtreecommitdiff
path: root/youtube_dlc/options.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan@gmail.com>2021-01-14 21:08:27 +0530
committerpukkandan <pukkandan@gmail.com>2021-01-14 21:51:14 +0530
commit17fa3ee25f8e40c49a48a5e34456d8965efbb21d (patch)
tree1e8b09c5024d3c4b4207cc79059601d7362c31b3 /youtube_dlc/options.py
parent2e8d2629f3dc143446dc65c912c9405323e2b0c1 (diff)
Documentation fixes
* Change all links to point to new fork URL * Changed sponskrub links to my fork of the same * Other typos
Diffstat (limited to 'youtube_dlc/options.py')
-rw-r--r--youtube_dlc/options.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/youtube_dlc/options.py b/youtube_dlc/options.py
index c94e3abb4..2804186ad 100644
--- a/youtube_dlc/options.py
+++ b/youtube_dlc/options.py
@@ -988,8 +988,9 @@ def parseOpts(overrideArguments=None):
'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,