youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 3d643f4cec5ded2be9958d5cd0e31176b2074e37
parent c452e69d3d3e6bbbec298a5d4b032cb502cef0ab
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Tue, 11 Oct 2016 17:46:52 +0800

[hbo] Add HBOEpisodeIE (#10892)

Diffstat:
Myoutube_dl/extractor/extractors.py | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 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