projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
880ee80
)
[miomio] Replace the slow test case
author
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 19 Apr 2015 11:12:23 +0000
(19:12 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 19 Apr 2015 11:12:23 +0000
(19:12 +0800)
MioMio_1 takes about 25~35 seconds on information retrieval
youtube_dl/extractor/miomio.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/miomio.py
b/youtube_dl/extractor/miomio.py
index d41195a9647a7cdd329009c5ce448388f0ec8f20..a784fc5fba41c5931f6b1f040042e1900a6ff791 100644
(file)
--- 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):