瀏覽代碼

[soompi] Switch to non-geoblocked test video

ping 10 年之前
父節點
當前提交
5137adb94d
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      youtube_dl/extractor/soompi.py

+ 4 - 4
youtube_dl/extractor/soompi.py

@@ -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',
-            'description': '15sec'
+            'title': 'Episode 1096',
+            'description': '2015-05-20'
         },
         },
         'params': {
         'params': {
             'skip_download': True,
             'skip_download': True,