1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-04 00:25:15 +00:00

Documentation fixes

* Change all links to point to new fork URL
* Changed sponskrub links to my fork of the same
* Other typos
This commit is contained in:
pukkandan
2021-01-14 21:08:27 +05:30
parent 2e8d2629f3
commit 17fa3ee25f
11 changed files with 32 additions and 30 deletions

View File

@@ -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,