rename southparkstudios.py to southpark.py

And make the extractor only recognize southpark.cc.com urls, the old urls are redirected.
This commit is contained in:
Jaime Marquínez Ferrándiz 2014-07-13 14:08:23 +02:00
parent eb50741129
commit 10d00a756a
2 changed files with 7 additions and 7 deletions

View file

@ -270,8 +270,8 @@ from .soundcloud import (
SoundcloudPlaylistIE
)
from .soundgasm import SoundgasmIE
from .southparkstudios import (
SouthParkStudiosIE,
from .southpark import (
SouthParkIE,
SouthparkDeIE,
)
from .space import SpaceIE