diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-02-17 11:26:09 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-02-17 11:26:09 +0100 |
commit | 4412ca751d68185ed60b0164b91687073215f01e (patch) | |
tree | a733a79456f82cab1cb60c9ad98d8d98006d7d6d /youtube_dl/extractor/__init__.py | |
parent | cbffec0c95043656a12b9900507bb8dc34b35e0b (diff) | |
parent | 66c43a53e4b1b4d4e530ae4dcded2d382d51b264 (diff) |
Merge remote-tracking branch 'Nikerabbit/hki'
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 7b247e124..725371883 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -92,6 +92,7 @@ from .generic import GenericIE from .googleplus import GooglePlusIE from .googlesearch import GoogleSearchIE from .hark import HarkIE +from .helsinki import HelsinkiIE from .hotnewhiphop import HotNewHipHopIE from .howcast import HowcastIE from .huffpost import HuffPostIE |