[southpark] Fix IE_NAME
This commit is contained in:
parent
968ee17677
commit
6d3f5935e5
1 changed files with 2 additions and 1 deletions
|
@ -58,8 +58,9 @@ class SouthParkNlIE(SouthParkIE):
|
|||
'playlist_count': 4,
|
||||
}]
|
||||
|
||||
|
||||
class SouthParkDkIE(SouthParkIE):
|
||||
IE_NAME = 'southpark.dk'
|
||||
IE_NAME = 'southparkstudios.dk'
|
||||
_VALID_URL = r'https?://(?:www\.)?(?P<url>southparkstudios\.dk/(?:clips|full-episodes)/(?P<id>.+?)(\?|#|$))'
|
||||
_FEED_URL = 'http://www.southparkstudios.dk/feeds/video-player/mrss/'
|
||||
|
||||
|
|
Loading…
Reference in a new issue