[rutube] Add support for channels and movies

This commit is contained in:
dst 2014-01-28 06:56:09 +07:00
parent b21a918984
commit 1547c8cc88
2 changed files with 69 additions and 11 deletions

View file

@ -161,7 +161,11 @@ from .ro220 import Ro220IE
from .rottentomatoes import RottenTomatoesIE
from .roxwel import RoxwelIE
from .rtlnow import RTLnowIE
from .rutube import RutubeIE
from .rutube import (
RutubeIE,
RutubeChannelIE,
RutubeMovieIE
)
from .servingsys import ServingSysIE
from .sina import SinaIE
from .slashdot import SlashdotIE