diff options
author | hojel <hojelei@gmail.com> | 2014-05-12 03:58:07 -0700 |
---|---|---|
committer | hojel <hojelei@gmail.com> | 2014-05-12 03:58:07 -0700 |
commit | 33c7ff861ec6288a6e437deb73a277067ac9e267 (patch) | |
tree | 3e289d46527c5ca12dfd6b2d34abb4267d28da1b /youtube_dl/extractor/__init__.py | |
parent | e399853d0c5784257ffcb6fba147d0b47d3f9bb6 (diff) |
[hentaistigma] Add new extractor
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 9529077c7..228f62b40 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -109,6 +109,7 @@ from .googleplus import GooglePlusIE from .googlesearch import GoogleSearchIE from .hark import HarkIE from .helsinki import HelsinkiIE +from .hentaistigma import HentaiStigmaIE from .hotnewhiphop import HotNewHipHopIE from .howcast import HowcastIE from .huffpost import HuffPostIE |