Browse Source

[hbo] Add HBOEpisodeIE (#10892)

Yen Chi Hsuan 9 years ago
parent
commit
3d643f4cec
1 changed files with 4 additions and 1 deletions
  1. 4 1
      youtube_dl/extractor/extractors.py

+ 4 - 1
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