1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

skip some tests to reduce test time

This commit is contained in:
remitamine
2016-05-24 16:42:22 +01:00
parent 0d6ee97508
commit 688c634b7d
5 changed files with 19 additions and 1 deletions

View File

@ -26,7 +26,10 @@ class GrouponIE(InfoExtractor):
'uploader': 'Groupon',
},
'add_ie': ['Youtube'],
}]
}],
'params': {
'skip_download': True,
},
}
_PROVIDERS = {