mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	| @@ -1258,6 +1258,10 @@ def create_parser(): | ||||
|             'the progress attributes are accessible under "progress" key. E.g. ' | ||||
|             # TODO: Document the fields inside "progress" | ||||
|             '--console-title --progress-template "download-title:%(info.id)s-%(progress.eta)s"')) | ||||
|     verbosity.add_option( | ||||
|         '--progress-delta', | ||||
|         metavar='SECONDS', action='store', dest='progress_delta', type=float, default=0, | ||||
|         help='Time between progress output (default: 0)') | ||||
|     verbosity.add_option( | ||||
|         '-v', '--verbose', | ||||
|         action='store_true', dest='verbose', default=False, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Simon Sawicki
					Simon Sawicki