X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fhowcast.py;h=7e36b85ad586984dfb761e4518b23d2b4a074bf7;hb=HEAD;hp=92caeb8f941a32bbc4c9fc67713e724204c01232;hpb=277c7465f58e0ac50de0dd9ebc2083f6142e9a94;p=youtube-dl 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'], }