Browse Source

Updated init to add 22tracks

master
Amish Bhadeshia 9 years ago
committed by Sergey M․
parent
commit
8f76df7f37
1 changed files with 4 additions and 0 deletions
  1. 4
      youtube_dl/extractor/__init__.py

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

Loading…
Cancel
Save