diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-11-06 07:24:49 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-11-06 07:53:53 +0530 |
commit | a331949df396d69e648fad61a80ada5da3279704 (patch) | |
tree | e41853f8450564544766c9805ac5456b0425e5ee /yt_dlp/extractor/reddit.py | |
parent | 2c5e8a961e3f0fe6af870bdb420926ee208cb0bb (diff) |
[test/download] Fallback test to `bv`
Diffstat (limited to 'yt_dlp/extractor/reddit.py')
-rw-r--r-- | yt_dlp/extractor/reddit.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/yt_dlp/extractor/reddit.py b/yt_dlp/extractor/reddit.py index c75d95a8e..3ea750aeb 100644 --- a/yt_dlp/extractor/reddit.py +++ b/yt_dlp/extractor/reddit.py @@ -22,9 +22,6 @@ class RedditIE(InfoExtractor): 'ext': 'mp4', 'title': 'zv89llsvexdz', }, - 'params': { - 'format': 'bestvideo', - }, } def _real_extract(self, url): @@ -67,7 +64,6 @@ class RedditRIE(InfoExtractor): 'age_limit': 0, }, 'params': { - 'format': 'bestvideo', 'skip_download': True, }, }, { |