[southparkde] Fix naming inconsistency
[youtube-dl] / youtube_dl / extractor / southpark.py
index ebcd2ed0447997f556d985819d93e2ffc2dfa9c6..2b12f2ad3075c9b9cc3003a0a335c157d4c04b4b 100644 (file)
@@ -32,7 +32,7 @@ class SouthParkEsIE(SouthParkIE):
     }]
 
 
-class SouthparkDeIE(SouthParkIE):
+class SouthParkDeIE(SouthParkIE):
     IE_NAME = 'southpark.de'
     _VALID_URL = r'https?://(?:www\.)?(?P<url>southpark\.de/(?:clips|alle-episoden)/(?P<id>.+?)(\?|#|$))'
     _FEED_URL = 'http://www.southpark.de/feeds/video-player/mrss/'