mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[extractor/reddit] Add vcodec to fallback format (#5591)
Authored by: chengzhicn
This commit is contained in:
		| @@ -171,6 +171,7 @@ class RedditIE(InfoExtractor): | ||||
|                 'width': int_or_none(reddit_video.get('width')), | ||||
|                 'tbr': int_or_none(reddit_video.get('bitrate_kbps')), | ||||
|                 'acodec': 'none', | ||||
|                 'vcodec': 'h264', | ||||
|                 'ext': 'mp4', | ||||
|                 'format_id': 'fallback', | ||||
|                 'format_note': 'DASH video, mp4_dash', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 chengzhicn
					chengzhicn