mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-02 12:02:49 -05:00
[southparkde] Fix naming inconsistency
The class was first called 'SouthparkDe'. It is now changed to 'SouthParkDe' to match the name of the other extractors.
This commit is contained in:
@ -484,7 +484,7 @@ from .soundgasm import (
|
||||
from .southpark import (
|
||||
SouthParkIE,
|
||||
SouthParkEsIE,
|
||||
SouthparkDeIE,
|
||||
SouthParkDeIE,
|
||||
SouthParkNlIE
|
||||
)
|
||||
from .space import SpaceIE
|
||||
|
Reference in New Issue
Block a user