Add an extractor for Ooyala (closes #833)

Only works for some sites, it doesn't work for videos that use a f4m manifest
This commit is contained in:
Jaime Marquínez Ferrándiz 2013-07-27 14:53:14 +02:00
parent ed27d35674
commit 09825cb5c0
2 changed files with 53 additions and 0 deletions

View file

@ -48,6 +48,7 @@ from .mtv import MTVIE
from .myspass import MySpassIE
from .myvideo import MyVideoIE
from .nba import NBAIE
from .ooyala import OoyalaIE
from .photobucket import PhotobucketIE
from .pornotube import PornotubeIE
from .rbmaradio import RBMARadioIE