mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 15:14:57 +00:00
[extractor/reddit] Add vcodec to fallback format (#5591)
Authored by: chengzhicn
This commit is contained in:
parent
29ca408219
commit
02b2f9fa7d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue