mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:35:04 +00:00
[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,
|
'playlist_count': 4,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
|
||||||
class SouthParkDkIE(SouthParkIE):
|
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>.+?)(\?|#|$))'
|
_VALID_URL = r'https?://(?:www\.)?(?P<url>southparkstudios\.dk/(?:clips|full-episodes)/(?P<id>.+?)(\?|#|$))'
|
||||||
_FEED_URL = 'http://www.southparkstudios.dk/feeds/video-player/mrss/'
|
_FEED_URL = 'http://www.southparkstudios.dk/feeds/video-player/mrss/'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue