Add an extractor for southparkstudios.com (closes #1434)

It uses the MTV system
This commit is contained in:
Jaime Marquínez Ferrándiz 2013-09-15 23:30:58 +02:00
parent cdbccafed9
commit 5a6fecc3de
2 changed files with 35 additions and 0 deletions

View file

@ -83,6 +83,7 @@ from .slashdot import SlashdotIE
from .slideshare import SlideshareIE
from .sohu import SohuIE
from .soundcloud import SoundcloudIE, SoundcloudSetIE, SoundcloudUserIE
from .southparkstudios import SouthParkStudiosIE
from .spiegel import SpiegelIE
from .stanfordoc import StanfordOpenClassroomIE
from .statigram import StatigramIE