mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[downloader] Add --hls-prefer-native to use the native HLS downloader (#4966)
This commit is contained in:
		| @@ -424,6 +424,10 @@ def parseOpts(overrideArguments=None): | ||||
|         '--xattr-set-filesize', | ||||
|         dest='xattr_set_filesize', action='store_true', | ||||
|         help='(experimental) set file xattribute ytdl.filesize with expected filesize') | ||||
|     downloader.add_option( | ||||
|         '--hls-prefer-native', | ||||
|         dest='hls_prefer_native', action='store_true', | ||||
|         help='(experimental) Use the native HLS downloader instead of ffmpeg.') | ||||
|     downloader.add_option( | ||||
|         '--external-downloader', | ||||
|         dest='external_downloader', metavar='COMMAND', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister