[thvideo] Add support for playlists

This commit is contained in:
Anton Larionov 2014-09-28 23:36:55 +04:00
parent 7f5c0c4a19
commit 67077b182b
2 changed files with 28 additions and 1 deletions

View file

@ -371,7 +371,10 @@ from .thisav import ThisAVIE
from .tinypic import TinyPicIE
from .tlc import TlcIE, TlcDeIE
from .tnaflix import TNAFlixIE
from .thvideo import THVideoIE
from .thvideo import (
THVideoIE,
THVideoPlaylistIE
)
from .toutv import TouTvIE
from .toypics import ToypicsUserIE, ToypicsIE
from .traileraddict import TrailerAddictIE