[rutube] Add support for user videos

This commit is contained in:
dst 2014-01-28 08:47:17 +07:00
parent 87fac3238d
commit e3a9f32f52
2 changed files with 17 additions and 8 deletions

View file

@ -164,7 +164,8 @@ from .rtlnow import RTLnowIE
from .rutube import (
RutubeIE,
RutubeChannelIE,
RutubeMovieIE
RutubeMovieIE,
RutubePersonIE,
)
from .servingsys import ServingSysIE
from .sina import SinaIE