[rutube] Add support for channels and movies
This commit is contained in:
parent
b21a918984
commit
1547c8cc88
2 changed files with 69 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue