mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[extractor/common] Add protocol for f4m formats
This commit is contained in:
		| @@ -1310,6 +1310,7 @@ class InfoExtractor(object): | |||||||
|                 'url': manifest_url, |                 'url': manifest_url, | ||||||
|                 'manifest_url': manifest_url, |                 'manifest_url': manifest_url, | ||||||
|                 'ext': 'flv' if bootstrap_info is not None else None, |                 'ext': 'flv' if bootstrap_info is not None else None, | ||||||
|  |                 'protocol': 'f4m', | ||||||
|                 'tbr': tbr, |                 'tbr': tbr, | ||||||
|                 'width': width, |                 'width': width, | ||||||
|                 'height': height, |                 'height': height, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user