mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 20:17:22 +01:00
[extractor/reddit] Add vcodec to fallback format (#5591)
Authored by: chengzhicn
This commit is contained in:
parent
29ca408219
commit
02b2f9fa7d
@ -171,6 +171,7 @@ def add_thumbnail(src):
|
||||
'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 New Issue
Block a user