Browse Source

[tudou] Add the test case (#6273)

totalwebcasting
Yen Chi Hsuan 9 years ago
parent
commit
41ebd6530b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      youtube_dl/extractor/tudou.py

+ 3
- 0
youtube_dl/extractor/tudou.py View File

@ -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'


Loading…
Cancel
Save