1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-10 05:49:37 +00:00

[hbo] Add HBOEpisodeIE (#10892)

This commit is contained in:
Yen Chi Hsuan 2016-10-11 17:46:52 +08:00
parent c452e69d3d
commit 3d643f4cec
No known key found for this signature in database
GPG key ID: 3FDDD575826C5C30

View file

@ -348,7 +348,10 @@ from .goshgay import GoshgayIE
from .gputechconf import GPUTechConfIE from .gputechconf import GPUTechConfIE
from .groupon import GrouponIE from .groupon import GrouponIE
from .hark import HarkIE from .hark import HarkIE
from .hbo import HBOIE from .hbo import (
HBOIE,
HBOEpisodeIE,
)
from .hearthisat import HearThisAtIE from .hearthisat import HearThisAtIE
from .heise import HeiseIE from .heise import HeiseIE
from .hellporno import HellPornoIE from .hellporno import HellPornoIE