aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchengzhicn <14885347+chengzhicn@users.noreply.github.com>2022-11-20 04:14:21 +0800
committerGitHub <noreply@github.com>2022-11-20 01:44:21 +0530
commit02b2f9fa7de583f2bfdebe568f608c9b9398d316 (patch)
tree0df2610e772f83e9990ff202f595c6b26dad79ad
parent29ca408219947914b5ce1d2fa1c268a4397719f8 (diff)
downloadhypervideo-pre-02b2f9fa7de583f2bfdebe568f608c9b9398d316.tar.lz
hypervideo-pre-02b2f9fa7de583f2bfdebe568f608c9b9398d316.tar.xz
hypervideo-pre-02b2f9fa7de583f2bfdebe568f608c9b9398d316.zip
[extractor/reddit] Add vcodec to fallback format (#5591)
Authored by: chengzhicn
-rw-r--r--yt_dlp/extractor/reddit.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/reddit.py b/yt_dlp/extractor/reddit.py
index cfd79abfd..171affb93 100644
--- a/yt_dlp/extractor/reddit.py
+++ b/yt_dlp/extractor/reddit.py
@@ -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',