1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 11:39:28 +00:00

Add collections to southpark.de extractor

This commit is contained in:
Bastian Kern 2021-03-14 15:02:31 +01:00
parent eb22346541
commit 5e2839725f

View file

@ -56,7 +56,7 @@ class SouthParkEsIE(SouthParkIE):
class SouthParkDeIE(MTVServicesInfoExtractor):
IE_NAME = 'southpark.de'
_VALID_URL = r'https?://(?:www\.)?(?P<url>southpark\.de/(?:videoclip|folgen|)/(?P<id>.+?)(\?|#|$))'
_VALID_URL = r'https?://(?:www\.)?(?P<url>southpark\.de/(?:videoclip|folgen|collections)/(?P<id>.+?)(\?|#|$))'
_FEED_URL = 'http://feeds.mtvnservices.com/od/feed/intl-mrss-player-feed'
_LANG = 'de'