diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-08-15 21:38:41 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-08-15 21:38:41 +0700 |
commit | c990bb36338c422d4da9f092384da1dfbb528d87 (patch) | |
tree | e084f8851212d4c20503d69542badbc56575e6a5 /youtube_dl/extractor/__init__.py | |
parent | 664718ff63bd8c61380486ce8f1dc96651bbd2e1 (diff) |
[howstuffworks] Add extractor (#3500)
Content-length is invalid for final download links.
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 2ea2c73d2..27602e0c0 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -126,6 +126,7 @@ from .helsinki import HelsinkiIE from .hentaistigma import HentaiStigmaIE from .hotnewhiphop import HotNewHipHopIE from .howcast import HowcastIE +from .howstuffworks import HowStuffWorksIE from .huffpost import HuffPostIE from .hypem import HypemIE from .iconosquare import IconosquareIE |