소스 검색

[miomio] Replace the slow test case

MioMio_1 takes about 25~35 seconds on information retrieval
Yen Chi Hsuan 10 년 전
부모
커밋
8b0e8990c2
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      youtube_dl/extractor/miomio.py

+ 8 - 0
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):