about summary refs log tree commit diff
path: root/youtube_dl/extractor/miomio.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2015-04-19 19:12:23 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2015-04-19 19:12:23 +0800
commit8b0e8990c241789d7deb1f5e27fc1aea00b4fa5e (patch)
tree242c3c527be21f74c7afd6ab3dda3db0b383546e /youtube_dl/extractor/miomio.py
parent880ee801cf8a67643cd0a1130ea46cf3be046bf1 (diff)
downloadyoutube-dl-8b0e8990c241789d7deb1f5e27fc1aea00b4fa5e.tar.gz
youtube-dl-8b0e8990c241789d7deb1f5e27fc1aea00b4fa5e.tar.xz
youtube-dl-8b0e8990c241789d7deb1f5e27fc1aea00b4fa5e.zip
[miomio] Replace the slow test case
MioMio_1 takes about 25~35 seconds on information retrieval
Diffstat (limited to 'youtube_dl/extractor/miomio.py')
-rw-r--r--youtube_dl/extractor/miomio.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/youtube_dl/extractor/miomio.py b/youtube_dl/extractor/miomio.py
index d41195a96..a784fc5fb 100644
--- a/youtube_dl/extractor/miomio.py
+++ b/youtube_dl/extractor/miomio.py
@@ -31,6 +31,14 @@ class MioMioIE(InfoExtractor):
             'title': '《动漫同人插画绘制》',
         },
         'playlist_mincount': 86,
+        'skip': 'This video takes time too long for retrieving the URL',
+    }, {
+        'url': 'http://www.miomio.tv/watch/cc173113/',
+        'info_dict': {
+            'id': '173113',
+            'title': 'The New Macbook 2015 上手试玩与简评'
+        },
+        'playlist_mincount': 2,
     }]
 
     def _real_extract(self, url):