X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fsouthpark.py;h=7fb165a872766f4c1917d2929ec8a73b8f74434e;hb=533b99fbf9e0961076798c21bfb9fd320363c2dc;hp=83e5a765934d84ae65fbfca74ac8fea6daf201de;hpb=968ee176777a1bf4e33cfb849a7241b0ac45d254;p=youtube-dl diff --git a/youtube_dl/extractor/southpark.py b/youtube_dl/extractor/southpark.py index 83e5a7659..7fb165a87 100644 --- a/youtube_dl/extractor/southpark.py +++ b/youtube_dl/extractor/southpark.py @@ -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\.)?(?Psouthparkstudios\.dk/(?:clips|full-episodes)/(?P.+?)(\?|#|$))' _FEED_URL = 'http://www.southparkstudios.dk/feeds/video-player/mrss/'