1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-05 13:13:27 +00:00

[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
+2 -1
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