diff options
| author | Sergey M․ <dstftw@gmail.com> | 2018-03-04 17:46:36 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2018-03-04 17:46:36 +0700 | 
| commit | 62f49dd3b9d7f44537f70a31a0e37aa3dd9e91a9 (patch) | |
| tree | f10256eccdbe5ec4e6affaa9be39370530751a9d /youtube_dl/extractor/extractors.py | |
| parent | f9f10268c1816dcf1fc0db9d8128008f73a154c7 (diff) | |
[hidive] Add extractor (closes #15494)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
| -rw-r--r-- | youtube_dl/extractor/extractors.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index a0779e164..74ec899f4 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -429,6 +429,7 @@ from .hellporno import HellPornoIE  from .helsinki import HelsinkiIE  from .hentaistigma import HentaiStigmaIE  from .hgtv import HGTVComShowIE +from .hidive import HiDiveIE  from .historicfilms import HistoricFilmsIE  from .hitbox import HitboxIE, HitboxLiveIE  from .hitrecord import HitRecordIE  | 
