skip some tests to reduce test time
This commit is contained in:
parent
0d6ee97508
commit
688c634b7d
5 changed files with 19 additions and 1 deletions
|
@ -26,7 +26,10 @@ class GrouponIE(InfoExtractor):
|
|||
'uploader': 'Groupon',
|
||||
},
|
||||
'add_ie': ['Youtube'],
|
||||
}]
|
||||
}],
|
||||
'params': {
|
||||
'skip_download': True,
|
||||
},
|
||||
}
|
||||
|
||||
_PROVIDERS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue