youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 8b0e8990c241789d7deb1f5e27fc1aea00b4fa5e
parent 880ee801cf8a67643cd0a1130ea46cf3be046bf1
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sun, 19 Apr 2015 19:12:23 +0800

[miomio] Replace the slow test case

MioMio_1 takes about 25~35 seconds on information retrieval

Diffstat:
Myoutube_dl/extractor/miomio.py | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git 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):