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:
parent
da54be877a
commit
9ee2b5f6f2
5 changed files with 12 additions and 1 deletions
|
@ -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': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue