tests: don't run the test if any of the extractors listed in the 'add_ie' field is marked as not working

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-11-03 19:14:53 +01:00
parent da54be877a
commit 9ee2b5f6f2
5 changed files with 12 additions and 1 deletions

View file

@ -13,6 +13,7 @@ class WeiboIE(InfoExtractor):
_VALID_URL = r'https?://video\.weibo\.com/v/weishipin/t_(?P<id>.+?)\.htm'
_TEST = {
u'add_ie': ['Sina'],
u'url': u'http://video.weibo.com/v/weishipin/t_zjUw2kZ.htm',
u'file': u'98322879.flv',
u'info_dict': {