]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/reddit.py
[extractor/reddit] Add vcodec to fallback format (#5591)
[yt-dlp.git] / yt_dlp / extractor / reddit.py
index cfd79abfd80081b59195669e8334e88714614198..171affb932363cd167762334c783743831a6b449 100644 (file)
@@ -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',