|
|
|
@ -96,7 +96,7 @@ class SouthParkNlIE(SouthParkIE):
|
|
|
|
|
|
|
|
|
|
class SouthParkDkIE(SouthParkIE):
|
|
|
|
|
IE_NAME = 'southparkstudios.dk'
|
|
|
|
|
_VALID_URL = r'https?://(?:www\.)?(?P<url>southparkstudios\.dk/(?:clips|full-episodes|collections)/(?P<id>.+?)(\?|#|$))'
|
|
|
|
|
_VALID_URL = r'https?://(?:www\.)?(?P<url>southparkstudios\.(?:dk|nu)/(?:clips|full-episodes|collections)/(?P<id>.+?)(\?|#|$))'
|
|
|
|
|
_FEED_URL = 'http://www.southparkstudios.dk/feeds/video-player/mrss/'
|
|
|
|
|
|
|
|
|
|
_TESTS = [{
|
|
|
|
@ -109,4 +109,7 @@ class SouthParkDkIE(SouthParkIE):
|
|
|
|
|
}, {
|
|
|
|
|
'url': 'http://www.southparkstudios.dk/collections/2476/superhero-showdown/1',
|
|
|
|
|
'only_matching': True,
|
|
|
|
|
}, {
|
|
|
|
|
'url': 'http://www.southparkstudios.nu/collections/2476/superhero-showdown/1',
|
|
|
|
|
'only_matching': True,
|
|
|
|
|
}]
|
|
|
|
|