diff options
author | remitamine <remitamine@gmail.com> | 2016-05-24 16:42:22 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2016-05-24 16:44:11 +0100 |
commit | 688c634b7d95a20c6081b202427a9e5fd7f36422 (patch) | |
tree | 2e129c22d2e3404eb0b603f8024193a4c41bb18f /youtube_dl/extractor/howcast.py | |
parent | 0d6ee9750801045e45157f38d98ef2be0c6da4f5 (diff) |
skip some tests to reduce test time
Diffstat (limited to 'youtube_dl/extractor/howcast.py')
-rw-r--r-- | youtube_dl/extractor/howcast.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube_dl/extractor/howcast.py b/youtube_dl/extractor/howcast.py index 92caeb8f9..7e36b85ad 100644 --- a/youtube_dl/extractor/howcast.py +++ b/youtube_dl/extractor/howcast.py @@ -18,6 +18,9 @@ class HowcastIE(InfoExtractor): 'upload_date': '20100609', 'duration': 56.823, }, + 'params': { + 'skip_download': True, + }, 'add_ie': ['Ooyala'], } |