Add an extractor for rottentomatoes.com and improve InternetVideoArchiveIE to get the best quality

This commit is contained in:
Jaime Marquínez Ferrándiz
2013-10-12 22:21:23 +02:00
parent 3d60d33773
commit 4b7b839f24
4 changed files with 34 additions and 1 deletions

View File

@ -94,6 +94,7 @@ from .rbmaradio import RBMARadioIE
from .redtube import RedTubeIE
from .ringtv import RingTVIE
from .ro220 import Ro220IE
from .rottentomatoes import RottenTomatoesIE
from .roxwel import RoxwelIE
from .rtlnow import RTLnowIE
from .sina import SinaIE