1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[hgtvcom:show] Add extractor (Closes #10365)

This commit is contained in:
Sergey M․
2016-08-18 04:37:14 +07:00
parent 7273e5849b
commit 4e9fee1015
2 changed files with 35 additions and 1 deletions

View File

@ -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