mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-19 12:05:08 +00:00
[soompi] Switch to non-geoblocked test video
This commit is contained in:
parent
2632941f32
commit
5137adb94d
@ -14,12 +14,12 @@ class SoompiIE(CrunchyrollIE):
|
|||||||
IE_NAME = 'soompi'
|
IE_NAME = 'soompi'
|
||||||
_VALID_URL = r'^https?://tv\.soompi\.com/en/watch/(?P<id>[0-9]+)'
|
_VALID_URL = r'^https?://tv\.soompi\.com/en/watch/(?P<id>[0-9]+)'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'http://tv.soompi.com/en/watch/23363',
|
'url': 'http://tv.soompi.com/en/watch/29235',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '23363',
|
'id': '29235',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'Liar Game CM1',
|
'title': 'Episode 1096',
|
||||||
'description': '15sec'
|
'description': '2015-05-20'
|
||||||
},
|
},
|
||||||
'params': {
|
'params': {
|
||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
|
Loading…
Reference in New Issue
Block a user