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/viki.py | |
parent | 2c5e8a961e3f0fe6af870bdb420926ee208cb0bb (diff) |
[test/download] Fallback test to `bv`
Diffstat (limited to 'yt_dlp/extractor/viki.py')
-rw-r--r-- | yt_dlp/extractor/viki.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/yt_dlp/extractor/viki.py b/yt_dlp/extractor/viki.py index acb5ae550..6a3c5532d 100644 --- a/yt_dlp/extractor/viki.py +++ b/yt_dlp/extractor/viki.py @@ -135,9 +135,6 @@ class VikiIE(VikiBaseIE): 'uploader': 'FCC', 'upload_date': '20201127', }, - 'params': { - 'format': 'bestvideo', - }, }, { 'url': 'http://www.viki.com/videos/1023585v-heirs-episode-14', 'info_dict': { @@ -151,9 +148,6 @@ class VikiIE(VikiBaseIE): 'duration': 3570, 'episode_number': 14, }, - 'params': { - 'format': 'bestvideo', - }, 'skip': 'Blocked in the US', }, { # clip @@ -203,9 +197,6 @@ class VikiIE(VikiBaseIE): 'age_limit': 13, 'episode_number': 1, }, - 'params': { - 'format': 'bestvideo', - }, }, { # youtube external 'url': 'http://www.viki.com/videos/50562v-poor-nastya-complete-episode-1', @@ -241,9 +232,6 @@ class VikiIE(VikiBaseIE): 'title': 'Love In Magic', 'age_limit': 13, }, - 'params': { - 'format': 'bestvideo', - }, }] def _real_extract(self, url): |