You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
591 B
11 lines
591 B
--- yt-dlc/youtube_dlc/extractor/southpark.py |
|
+++ yt-dlc/youtube_dlc/extractor/southpark.py |
|
@@ -44,7 +44,7 @@ |
|
|
|
class SouthParkDeIE(SouthParkIE): |
|
IE_NAME = 'southpark.de' |
|
- _VALID_URL = r'https?://(?:www\.)?(?P<url>southpark\.de/(?:videoclip|collections|folgen)/(?P<id>(?P<unique_id>.+?)/.+?)(?:\?|#|$))' |
|
+ _VALID_URL = r'https?://(?:www\.)?(?P<url>southpark\.de/(?:(en/(videoclip|collections|episodes))|(videoclip|collections|folgen))/(?P<id>(?P<unique_id>.+?)/.+?)(?:\?|#|$))' |
|
# _FEED_URL = 'http://feeds.mtvnservices.com/od/feed/intl-mrss-player-feed' |
|
|
|
_TESTS = [{
|
|
|