diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-09-01 00:20:12 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-09-01 00:20:12 +0200 |
commit | a8be56ce3d3c816c2f4a1cd1d43d963ebe3a29a7 (patch) | |
tree | e77b42a8be947156093efdfeaac056aba49fed8b /youtube_dl/extractor | |
parent | 329818484ce44229835f4b2b02006120b0d81bcf (diff) |
[tudou] Add test case for #3643
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/tudou.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/youtube_dl/extractor/tudou.py b/youtube_dl/extractor/tudou.py index a85065121..dcd823d08 100644 --- a/youtube_dl/extractor/tudou.py +++ b/youtube_dl/extractor/tudou.py @@ -20,6 +20,14 @@ class TudouIE(InfoExtractor): 'thumbnail': 're:^https?://.*\.jpg$', } }, { + 'url': 'http://www.tudou.com/programs/view/ajX3gyhL0pc/', + 'info_dict': { + 'id': '117049447', + 'ext': 'f4v', + 'title': 'La Sylphide-Bolshoi-Ekaterina Krysanova & Vyacheslav Lopatin 2012', + 'thumbnail': 're:^https?://.*\.jpg$', + } + }, { 'url': 'http://www.tudou.com/albumplay/TenTw_JgiPM/PzsAs5usU9A.html', 'info_dict': { 'title': 'todo.mp4', |