aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/reddit.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/reddit.py')
-rw-r--r--yt_dlp/extractor/reddit.py4
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,
},
}, {