From: Yen Chi Hsuan Date: Tue, 11 Oct 2016 09:46:52 +0000 (+0800) Subject: [hbo] Add HBOEpisodeIE (#10892) X-Git-Tag: 2016.10.12~9 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=3d643f4cec5ded2be9958d5cd0e31176b2074e37;p=youtube-dl.git [hbo] Add HBOEpisodeIE (#10892) --- diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 5c1d2abfb3..08bed8b0cc 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -348,7 +348,10 @@ from .goshgay import GoshgayIE from .gputechconf import GPUTechConfIE from .groupon import GrouponIE from .hark import HarkIE -from .hbo import HBOIE +from .hbo import ( + HBOIE, + HBOEpisodeIE, +) from .hearthisat import HearThisAtIE from .heise import HeiseIE from .hellporno import HellPornoIE