diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-08-31 23:45:24 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-08-31 23:45:24 +0200 |
commit | 5a3f0d9aeef3d50f28c47061e1128da115f5a06f (patch) | |
tree | 0bac4408004931497c79654e1ef3dfb6df413e5b /youtube_dl/extractor/__init__.py | |
parent | d10548b6914d8a3c991ef5248ab66e789a680b7a (diff) | |
parent | bbc9dc56f663ba8a61ce2d5c8aa3fdde7992fb78 (diff) |
Merge remote-tracking branch 'peugeot/hornbunny'
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 459899861..f8cbfddc2 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -135,6 +135,7 @@ from .grooveshark import GroovesharkIE from .hark import HarkIE from .helsinki import HelsinkiIE from .hentaistigma import HentaiStigmaIE +from .hornbunny import HornBunnyIE from .hotnewhiphop import HotNewHipHopIE from .howcast import HowcastIE from .howstuffworks import HowStuffWorksIE |