From 6d3f5935e516760964052718e6b90324c6f07391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Mon, 11 May 2015 23:47:50 +0600 Subject: [PATCH] [southpark] Fix IE_NAME --- youtube_dl/extractor/southpark.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/'