mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Add --xattr-set-filesize option (Fixes #1348)
This commit is contained in:
		| @@ -394,6 +394,10 @@ def parseOpts(overrideArguments=None): | ||||
|         '--playlist-reverse', | ||||
|         action='store_true', | ||||
|         help='Download playlist videos in reverse order') | ||||
|     downloader.add_option( | ||||
|         '--xattr-set-filesize', | ||||
|         dest='xattr_set_filesize', action='store_true', | ||||
|         help='(experimental) set file xattribute ytdl.filesize with expected filesize') | ||||
|     downloader.add_option( | ||||
|         '--external-downloader', | ||||
|         dest='external_downloader', metavar='COMMAND', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister