mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-01 03:22:50 -05:00
skip some tests to reduce test time
This commit is contained in:
@ -26,7 +26,10 @@ class GrouponIE(InfoExtractor):
|
||||
'uploader': 'Groupon',
|
||||
},
|
||||
'add_ie': ['Youtube'],
|
||||
}]
|
||||
}],
|
||||
'params': {
|
||||
'skip_download': True,
|
||||
},
|
||||
}
|
||||
|
||||
_PROVIDERS = {
|
||||
|
Reference in New Issue
Block a user