diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-08-18 04:37:14 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-08-18 04:37:14 +0700 |
commit | 4e9fee101508fe90c5b103738d1b6458e40affd6 (patch) | |
tree | f2afcaa41a61259be504188bcfbfa4e5e397fafa /youtube_dl/extractor/extractors.py | |
parent | 7273e5849b27cb7d0f4d5f40e7801cab2da85ae3 (diff) |
[hgtvcom:show] Add extractor (Closes #10365)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 55c639158..e61bb11c3 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -324,7 +324,10 @@ from .heise import HeiseIE from .hellporno import HellPornoIE from .helsinki import HelsinkiIE from .hentaistigma import HentaiStigmaIE -from .hgtv import HGTVIE +from .hgtv import ( + HGTVIE, + HGTVComShowIE, +) from .historicfilms import HistoricFilmsIE from .hitbox import HitboxIE, HitboxLiveIE from .hornbunny import HornBunnyIE |