projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c452e69
)
[hbo] Add HBOEpisodeIE (#10892)
author
Yen Chi Hsuan
<yan12125@gmail.com>
Tue, 11 Oct 2016 09:46:52 +0000
(17:46 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Tue, 11 Oct 2016 09:46:52 +0000
(17:46 +0800)
youtube_dl/extractor/extractors.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/extractors.py
b/youtube_dl/extractor/extractors.py
index 5c1d2abfb3b92d938caf1c1de0e0b09720ec2f70..08bed8b0ccc9b3c87ae711be0a05b9e7c5d20eb0 100644
(file)
--- 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