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/watchbox.py | |
parent | 2c5e8a961e3f0fe6af870bdb420926ee208cb0bb (diff) |
[test/download] Fallback test to `bv`
Diffstat (limited to 'yt_dlp/extractor/watchbox.py')
-rw-r--r-- | yt_dlp/extractor/watchbox.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/watchbox.py b/yt_dlp/extractor/watchbox.py index 7469fe962..d19d80102 100644 --- a/yt_dlp/extractor/watchbox.py +++ b/yt_dlp/extractor/watchbox.py @@ -30,7 +30,6 @@ class WatchBoxIE(InfoExtractor): 'release_year': 2009, }, 'params': { - 'format': 'bestvideo', 'skip_download': True, }, 'expected_warnings': ['Failed to download m3u8 information'], @@ -52,7 +51,6 @@ class WatchBoxIE(InfoExtractor): 'episode_number': 1, }, 'params': { - 'format': 'bestvideo', 'skip_download': True, }, 'expected_warnings': ['Failed to download m3u8 information'], |