[extractor/reddit] Add vcodec to fallback format (#5591)

Authored by: chengzhicn
pull/5604/head
chengzhicn 2 years ago committed by GitHub
parent 29ca408219
commit 02b2f9fa7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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',

Loading…
Cancel
Save