mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 23:25:06 +00:00
[hbo] Add HBOEpisodeIE (#10892)
This commit is contained in:
parent
c452e69d3d
commit
3d643f4cec
1 changed files with 4 additions and 1 deletions
|
@ -348,7 +348,10 @@
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue