aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorrrooij <rderooij685@gmail.com>2015-05-05 09:01:07 +0200
committerrrooij <rderooij685@gmail.com>2015-05-05 09:01:07 +0200
commit3408f6e64a7438dbc1bcc087a00e8540ef660eb3 (patch)
tree6d0f934c49a8649bf039a3be88b03656acdaf0b8 /youtube_dl/extractor/__init__.py
parente10dc0e1f0f6b33b60a601bf7855e76e7813ecde (diff)
downloadyoutube-dl-3408f6e64a7438dbc1bcc087a00e8540ef660eb3.tar.xz
[southparkde] Fix naming inconsistency
The class was first called 'SouthparkDe'. It is now changed to 'SouthParkDe' to match the name of the other extractors.
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index b042e9215..5dfa781f8 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -484,7 +484,7 @@ from .soundgasm import (
from .southpark import (
SouthParkIE,
SouthParkEsIE,
- SouthparkDeIE,
+ SouthParkDeIE,
SouthParkNlIE
)
from .space import SpaceIE