mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-16 06:15:46 +00:00
Add collections to southpark.de extractor
This commit is contained in:
parent
eb22346541
commit
5e2839725f
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue