diff options
author | t0mm0 <dev@onairsoftware.co.uk> | 2014-12-28 17:07:32 +0000 |
---|---|---|
committer | t0mm0 <dev@onairsoftware.co.uk> | 2014-12-29 20:12:23 +0000 |
commit | da3f7fb7f84e47de6aa0b29b16f78cb5bdf7d746 (patch) | |
tree | d66e636ee402a550c37c0151b7915b841520642f /youtube_dl/extractor/__init__.py | |
parent | 429ddfd38dfb53aa05f0e2a77aeeb4ac5d20a17d (diff) |
[hitbox] add extractor for hitbox vods
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 ea4faf2a6..3300dfeb4 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -172,6 +172,7 @@ from .heise import HeiseIE from .hellporno import HellPornoIE from .helsinki import HelsinkiIE from .hentaistigma import HentaiStigmaIE +from .hitbox import HitboxIE from .hornbunny import HornBunnyIE from .hostingbulk import HostingBulkIE from .hotnewhiphop import HotNewHipHopIE |