浏览代码

[tudou] Add test case for #3643

Philipp Hagemeister 11 年之前
父节点
当前提交
a8be56ce3d
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      youtube_dl/extractor/tudou.py

+ 8 - 0
youtube_dl/extractor/tudou.py

@@ -19,6 +19,14 @@ class TudouIE(InfoExtractor):
             'title': '卡马乔国足开大脚长传冲吊集锦',
             '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': {