mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 11:20:41 +00:00
[southpark] Fix IE_NAME
This commit is contained in:
parent
968ee17677
commit
6d3f5935e5
@ -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 New Issue
Block a user