Browse Source

rename southparkstudios.py to southpark.py

And make the extractor only recognize southpark.cc.com urls, the old urls are redirected.
totalwebcasting
Jaime Marquínez Ferrándiz 10 years ago
parent
commit
10d00a756a
2 changed files with 7 additions and 7 deletions
  1. +2
    -2
      youtube_dl/extractor/__init__.py
  2. +5
    -5
      youtube_dl/extractor/southpark.py

+ 2
- 2
youtube_dl/extractor/__init__.py 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


youtube_dl/extractor/southparkstudios.py → youtube_dl/extractor/southpark.py View File


Loading…
Cancel
Save