Add an extractor for rutube.ru (closes #1136)

It downloads with a m3u8 manifest, requires ffmpeg.
This commit is contained in:
Jaime Marquínez Ferrándiz 2013-10-16 16:57:40 +02:00
parent 76965512da
commit bfd14b1b2f
2 changed files with 59 additions and 0 deletions

View file

@ -102,6 +102,7 @@ from .ro220 import Ro220IE
from .rottentomatoes import RottenTomatoesIE
from .roxwel import RoxwelIE
from .rtlnow import RTLnowIE
from .rutube import RutubeIE
from .sina import SinaIE
from .slashdot import SlashdotIE
from .slideshare import SlideshareIE