Add an extractor for tv.slashdot.org (closes #1192)

It uses the ooyala platform, so it just extracts the ooyala url.
This commit is contained in:
Jaime Marquínez Ferrándiz
2013-08-21 21:51:58 +02:00
parent 45ed795cb0
commit d81aef3adf
2 changed files with 24 additions and 0 deletions

View File

@ -58,6 +58,7 @@ from .ringtv import RingTVIE
from .roxwel import RoxwelIE
from .rtlnow import RTLnowIE
from .sina import SinaIE
from .slashdot import SlashdotIE
from .soundcloud import SoundcloudIE, SoundcloudSetIE
from .spiegel import SpiegelIE
from .stanfordoc import StanfordOpenClassroomIE