Add an extractor for space.com (fixes #1718)

It uses Brightcove, but requires some special process for getting a url with the playerKey field in some videos
This commit is contained in:
Jaime Marquínez Ferrándiz 2013-11-06 17:37:39 +01:00
parent fc4a0c2aec
commit 065472936a
2 changed files with 36 additions and 0 deletions

View file

@ -115,6 +115,7 @@ from .slideshare import SlideshareIE
from .sohu import SohuIE
from .soundcloud import SoundcloudIE, SoundcloudSetIE, SoundcloudUserIE
from .southparkstudios import SouthParkStudiosIE
from .space import SpaceIE
from .spankwire import SpankwireIE
from .spiegel import SpiegelIE
from .stanfordoc import StanfordOpenClassroomIE