|
|
|
@ -5,7 +5,7 @@ from .mtv import MTVServicesInfoExtractor
|
|
|
|
|
|
|
|
|
|
class SouthParkStudiosIE(MTVServicesInfoExtractor):
|
|
|
|
|
IE_NAME = 'southparkstudios.com'
|
|
|
|
|
_VALID_URL = r'https?://(www\.)?(?P<url>southparkstudios\.com/(clips|full-episodes)/(?P<id>.+?)(\?|#|$))'
|
|
|
|
|
_VALID_URL = r'https?://(www\.)?(?P<url>(?:southpark\.cc|southparkstudios)\.com/(clips|full-episodes)/(?P<id>.+?)(\?|#|$))'
|
|
|
|
|
|
|
|
|
|
_FEED_URL = 'http://www.southparkstudios.com/feeds/video-player/mrss'
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ class SouthParkStudiosIE(MTVServicesInfoExtractor):
|
|
|
|
|
'info_dict': {
|
|
|
|
|
'id': 'a7bff6c2-ed00-11e0-aca6-0026b9414f30',
|
|
|
|
|
'ext': 'mp4',
|
|
|
|
|
'title': 'Bat Daded',
|
|
|
|
|
'title': 'South Park|Bat Daded',
|
|
|
|
|
'description': 'Randy disqualifies South Park by getting into a fight with Bat Dad.',
|
|
|
|
|
},
|
|
|
|
|
}]
|
|
|
|
|