Browse Source

Updated init to add 22tracks

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

+ 4
- 0
youtube_dl/extractor/__init__.py View File

@ -526,6 +526,10 @@ from .tvp import TvpIE, TvpSeriesIE
from .tvplay import TVPlayIE from .tvplay import TVPlayIE
from .tweakers import TweakersIE from .tweakers import TweakersIE
from .twentyfourvideo import TwentyFourVideoIE from .twentyfourvideo import TwentyFourVideoIE
from .twentytwotracks import (
TwentyTwoTracksIE,
TwentyTwoTracksGenreIE
)
from .twitch import ( from .twitch import (
TwitchVideoIE, TwitchVideoIE,
TwitchChapterIE, TwitchChapterIE,


Loading…
Cancel
Save