projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdd0b8f
)
[extractors] add tvp:embed import
author
Remita Amine
<remitamine@gmail.com>
Fri, 5 Aug 2016 09:11:59 +0000
(10:11 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Fri, 5 Aug 2016 09:11:59 +0000
(10:11 +0100)
youtube_dl/extractor/extractors.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/extractors.py
b/youtube_dl/extractor/extractors.py
index 28858cfea71163da9f32c05adf7bd4e2e4c605ab..fec560ba3d9b869710304310c4dc81990151f869 100644
(file)
--- a/
youtube_dl/extractor/extractors.py
+++ b/
youtube_dl/extractor/extractors.py
@@
-892,6
+892,7
@@
from .tvc import (
from .tvigle import TvigleIE
from .tvland import TVLandIE
from .tvp import (
+ TVPEmbedIE,
TVPIE,
TVPSeriesIE,
)