[southparkde] Fix naming inconsistency
authorrrooij <rderooij685@gmail.com>
Tue, 5 May 2015 07:01:07 +0000 (09:01 +0200)
committerrrooij <rderooij685@gmail.com>
Tue, 5 May 2015 07:01:07 +0000 (09:01 +0200)
The class was first called 'SouthparkDe'. It is now changed to
'SouthParkDe' to match the name of the other extractors.

youtube_dl/extractor/__init__.py
youtube_dl/extractor/southpark.py

index b042e9215c07627882ce80a0d2b963db35090375..5dfa781f88d6fd1d9c05a23363c3b58f447c9d87 100644 (file)
@@ -484,7 +484,7 @@ from .soundgasm import (
 from .southpark import (
     SouthParkIE,
     SouthParkEsIE,
-    SouthparkDeIE,
+    SouthParkDeIE,
     SouthParkNlIE
 )
 from .space import SpaceIE
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/'