diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-04-25 20:23:42 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-04-25 20:23:42 +0600 |
commit | e4a5e772f2e691a2f462796ad08dea6e04938697 (patch) | |
tree | df8086ddcfb66f05eec305f4bafa14e2fa9e4127 /youtube_dl/extractor/__init__.py | |
parent | a542e372ab3dc36d2320ba588d5bfa8011e1df5a (diff) |
[southpark:espanol] Add extractor (Closes #5525)
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index a64afa1da..ab80fd5e0 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -478,6 +478,7 @@ from .soundgasm import ( ) from .southpark import ( SouthParkIE, + SouthParkEsIE, SouthparkDeIE, ) from .space import SpaceIE |