projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c19d18
)
Updated init to add 22tracks
author
Amish Bhadeshia
<amishb@gmail.com>
Tue, 24 Mar 2015 18:34:33 +0000
(18:34 +0000)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 25 Mar 2015 15:11:31 +0000
(21:11 +0600)
youtube_dl/extractor/__init__.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/__init__.py
b/youtube_dl/extractor/__init__.py
index d73826d44bf2b4163603cd62571eb0b4195d3901..b0df52afdf14f0e753c80577621b3d95131db1de 100644
(file)
--- a/
youtube_dl/extractor/__init__.py
+++ b/
youtube_dl/extractor/__init__.py
@@
-526,6
+526,10
@@
from .tvp import TvpIE, TvpSeriesIE
from .tvplay import TVPlayIE
from .tweakers import TweakersIE
from .twentyfourvideo import TwentyFourVideoIE
+from .twentytwotracks import (
+ TwentyTwoTracksIE,
+ TwentyTwoTracksGenreIE
+)
from .twitch import (
TwitchVideoIE,
TwitchChapterIE,