diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-28 03:30:21 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-28 03:30:21 +0100 |
commit | 4857beba3a2b4f4e3f67b8d2697768db4d67175d (patch) | |
tree | 98264cb39e4fb385180b8e4b952d00fd0e527f63 /youtube_dl/extractor/__init__.py | |
parent | c1e60cc2bf4d0130dac154e9014913e7d63d25ff (diff) | |
parent | e3a9f32f52bbd9be8b38d70a529808f123126ce7 (diff) |
Merge remote-tracking branch 'dstftw/rutube-channel'
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 1e8556124..e89b5cf9d 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -161,7 +161,12 @@ 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, + RutubePersonIE, +) from .servingsys import ServingSysIE from .sina import SinaIE from .slashdot import SlashdotIE |