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
|
@ -7,6 +7,7 @@ class SlashdotIE(InfoExtractor):
|
|||
_VALID_URL = r'https?://tv.slashdot.org/video/\?embed=(?P<id>.*?)(&|$)'
|
||||
|
||||
_TEST = {
|
||||
u'add_ie': ['Ooyala'],
|
||||
u'url': u'http://tv.slashdot.org/video/?embed=JscHMzZDplD0p-yNLOzTfzC3Q3xzJaUz',
|
||||
u'file': u'JscHMzZDplD0p-yNLOzTfzC3Q3xzJaUz.mp4',
|
||||
u'md5': u'd2222e7a4a4c1541b3e0cf732fb26735',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue