[hbo] Add HBOEpisodeIE (#10892)
authorYen Chi Hsuan <yan12125@gmail.com>
Tue, 11 Oct 2016 09:46:52 +0000 (17:46 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Tue, 11 Oct 2016 09:46:52 +0000 (17:46 +0800)
youtube_dl/extractor/extractors.py

index 5c1d2abfb3b92d938caf1c1de0e0b09720ec2f70..08bed8b0ccc9b3c87ae711be0a05b9e7c5d20eb0 100644 (file)
@@ -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