From: Yen Chi Hsuan Date: Sat, 12 Sep 2015 14:42:57 +0000 (+0800) Subject: [tudou] Add the test case (#6273) X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=41ebd6530b124b9265a3df9d7d09aef02041b088;p=youtube-dl [tudou] Add the test case (#6273) --- diff --git a/youtube_dl/extractor/tudou.py b/youtube_dl/extractor/tudou.py index e800477e2..950c42afb 100644 --- a/youtube_dl/extractor/tudou.py +++ b/youtube_dl/extractor/tudou.py @@ -27,6 +27,9 @@ class TudouIE(InfoExtractor): 'title': 'La Sylphide-Bolshoi-Ekaterina Krysanova & Vyacheslav Lopatin 2012', 'thumbnail': 're:^https?://.*\.jpg$', } + }, { + 'url': 'http://www.tudou.com/albumplay/cJAHGih4yYg.html', + 'only_matching': True, }] _PLAYER_URL = 'http://js.tudouui.com/bin/lingtong/PortalPlayer_177.swf'