diff options
author | rrooij <rderooij685@gmail.com> | 2015-05-11 17:38:08 +0200 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-05-11 23:45:29 +0600 |
commit | 81ed3bb9c0edb9a11b43964459ef57cca5683461 (patch) | |
tree | dc8333dc6a459988fb724df19ec89de62370ebd8 /youtube_dl/extractor/__init__.py | |
parent | 511565282861e26913caddc1bcc0c865a9eec786 (diff) |
[southpark] Sort alphabetically
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index b376fd279..3368edf7c 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -489,8 +489,8 @@ from .soundgasm import ( ) from .southpark import ( SouthParkIE, - SouthParkEsIE, SouthParkDeIE, + SouthParkEsIE, SouthParkNlIE ) from .space import SpaceIE |