1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-26 13:49:38 +00:00

Updated init to add 22tracks

This commit is contained in:
Amish Bhadeshia 2015-03-24 18:34:33 +00:00 committed by Sergey M․
parent 5c19d18cbf
commit 8f76df7f37

View file

@ -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,