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:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user