aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/howcast.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/howcast.py')
-rw-r--r--youtube_dl/extractor/howcast.py3
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'],
}