aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorJ <T@Js-iMac.local>2017-01-06 21:56:59 +0100
committerSergey M․ <dstftw@gmail.com>2017-01-08 20:17:18 +0700
commit553c68bbd98621580339f0d4b4b7129ce8455553 (patch)
tree2be9b4993c645412e066df98c5e5e61d689a482d /youtube_dl/extractor/extractors.py
parent827961b12216a6d7130b5ced80e4a3d50a1e60ca (diff)
downloadyoutube-dl-553c68bbd98621580339f0d4b4b7129ce8455553.tar.xz
[hitrecord] Add extractor
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index ed9a133ea..f7f6c025f 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -366,6 +366,7 @@ from .hgtv import (
)
from .historicfilms import HistoricFilmsIE
from .hitbox import HitboxIE, HitboxLiveIE
+from .hitrecord import HitRecordIE
from .hornbunny import HornBunnyIE
from .hotnewhiphop import HotNewHipHopIE
from .hotstar import HotStarIE