mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 07:17:07 -05:00 
			
		
		
		
	[options] Clarify extractors supporting videopassword
This commit is contained in:
		@@ -207,7 +207,7 @@ which means you can modify it, redistribute it or use it however you like.
 | 
				
			|||||||
    -p, --password PASSWORD          Account password. If this option is left out, youtube-dl will ask interactively.
 | 
					    -p, --password PASSWORD          Account password. If this option is left out, youtube-dl will ask interactively.
 | 
				
			||||||
    -2, --twofactor TWOFACTOR        Two-factor auth code
 | 
					    -2, --twofactor TWOFACTOR        Two-factor auth code
 | 
				
			||||||
    -n, --netrc                      Use .netrc authentication data
 | 
					    -n, --netrc                      Use .netrc authentication data
 | 
				
			||||||
    --video-password PASSWORD        Video password (vimeo, smotri, Youku)
 | 
					    --video-password PASSWORD        Video password (vimeo, smotri, youku)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Post-processing Options:
 | 
					## Post-processing Options:
 | 
				
			||||||
    -x, --extract-audio              Convert video files to audio-only files (requires ffmpeg or avconv and ffprobe or avprobe)
 | 
					    -x, --extract-audio              Convert video files to audio-only files (requires ffmpeg or avconv and ffprobe or avprobe)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -320,7 +320,7 @@ def parseOpts(overrideArguments=None):
 | 
				
			|||||||
    authentication.add_option(
 | 
					    authentication.add_option(
 | 
				
			||||||
        '--video-password',
 | 
					        '--video-password',
 | 
				
			||||||
        dest='videopassword', metavar='PASSWORD',
 | 
					        dest='videopassword', metavar='PASSWORD',
 | 
				
			||||||
        help='Video password (vimeo, smotri)')
 | 
					        help='Video password (vimeo, smotri, youku)')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    video_format = optparse.OptionGroup(parser, 'Video Format Options')
 | 
					    video_format = optparse.OptionGroup(parser, 'Video Format Options')
 | 
				
			||||||
    video_format.add_option(
 | 
					    video_format.add_option(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user