aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorping <lipng.ong@gmail.com>2015-05-20 16:16:10 +0800
committerping <lipng.ong@gmail.com>2015-05-20 16:16:10 +0800
commit5137adb94dcce98a3c14fb3892c5c72f70ff34ea (patch)
tree477f9391bd090a2b3c307eaaed18a59ef76baf81
parent2632941f327c8b013e5fbc736317fc897876ab73 (diff)
downloadyoutube-dl-5137adb94dcce98a3c14fb3892c5c72f70ff34ea.tar.xz
[soompi] Switch to non-geoblocked test video
-rw-r--r--youtube_dl/extractor/soompi.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/youtube_dl/extractor/soompi.py b/youtube_dl/extractor/soompi.py
index 5ecf40b7f..4726872dc 100644
--- a/youtube_dl/extractor/soompi.py
+++ b/youtube_dl/extractor/soompi.py
@@ -14,12 +14,12 @@ class SoompiIE(CrunchyrollIE):
IE_NAME = 'soompi'
_VALID_URL = r'^https?://tv\.soompi\.com/en/watch/(?P<id>[0-9]+)'
_TESTS = [{
- 'url': 'http://tv.soompi.com/en/watch/23363',
+ 'url': 'http://tv.soompi.com/en/watch/29235',
'info_dict': {
- 'id': '23363',
+ 'id': '29235',
'ext': 'mp4',
- 'title': 'Liar Game CM1',
- 'description': '15sec'
+ 'title': 'Episode 1096',
+ 'description': '2015-05-20'
},
'params': {
'skip_download': True,