mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 02:07:07 -05:00 
			
		
		
		
	[options] Clarify --list-formats needs videos (closes #7669)
This commit is contained in:
		@@ -338,7 +338,7 @@ def parseOpts(overrideArguments=None):
 | 
			
		||||
    video_format.add_option(
 | 
			
		||||
        '-F', '--list-formats',
 | 
			
		||||
        action='store_true', dest='listformats',
 | 
			
		||||
        help='List all available formats')
 | 
			
		||||
        help='List all available formats of specified videos')
 | 
			
		||||
    video_format.add_option(
 | 
			
		||||
        '--youtube-include-dash-manifest',
 | 
			
		||||
        action='store_true', dest='youtube_include_dash_manifest', default=True,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user