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/slideslive.py | |
parent | 2c5e8a961e3f0fe6af870bdb420926ee208cb0bb (diff) | |
download | hypervideo-pre-a331949df396d69e648fad61a80ada5da3279704.tar.lz hypervideo-pre-a331949df396d69e648fad61a80ada5da3279704.tar.xz hypervideo-pre-a331949df396d69e648fad61a80ada5da3279704.zip |
[test/download] Fallback test to `bv`
Diffstat (limited to 'yt_dlp/extractor/slideslive.py')
-rw-r--r-- | yt_dlp/extractor/slideslive.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/yt_dlp/extractor/slideslive.py b/yt_dlp/extractor/slideslive.py index 9409a0100..df6084647 100644 --- a/yt_dlp/extractor/slideslive.py +++ b/yt_dlp/extractor/slideslive.py @@ -35,9 +35,6 @@ class SlidesLiveIE(InfoExtractor): 'ext': 'mp4', 'title': 'Offline Reinforcement Learning: From Algorithms to Practical Challenges', }, - 'params': { - 'format': 'bestvideo', - }, }, { # video_service_name = youtube 'url': 'https://slideslive.com/38903721/magic-a-scientific-resurrection-of-an-esoteric-legend', |