diff options
author | Remita Amine <remitamine@gmail.com> | 2019-04-05 18:08:43 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2019-04-05 18:08:43 +0100 |
commit | a7978f8e2acc8c34989b7f289a16180e71902193 (patch) | |
tree | 204700ecd180d11822a06979a114a9088e5737cb /youtube_dl/extractor/extractors.py | |
parent | 19041a38773b1022480d50587da7db4a0e6fa869 (diff) |
[hbo] fix extraction and extract subtitles(closes #14629)(closes #13709)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 254dbc946..c1c5d1953 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -441,10 +441,7 @@ from .goshgay import GoshgayIE from .gputechconf import GPUTechConfIE from .groupon import GrouponIE from .hark import HarkIE -from .hbo import ( - HBOIE, - HBOEpisodeIE, -) +from .hbo import HBOIE from .hearthisat import HearThisAtIE from .heise import HeiseIE from .hellporno import HellPornoIE |