1
0
Fork 0

[test/download] Fallback test to bv

This commit is contained in:
pukkandan 2021-11-06 07:24:49 +05:30
commit a331949df3
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
34 changed files with 1 additions and 85 deletions

View file

@ -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):