diff options
| author | Sergey M․ <dstftw@gmail.com> | 2014-09-28 02:35:46 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2014-09-28 02:35:46 +0700 | 
| commit | f776d8f6081b305ba7ccc1bda323aa510a01db7b (patch) | |
| tree | 38330c8b5ec570cb30f433a19adf9402ff6bd2a4 | |
| parent | b3ac3a51ac8c4a00186ef525253354eaaca0a553 (diff) | |
[sport5] Keep alphanumeric order
| -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 c3a4d3c9a..5a14540a3 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -339,8 +339,8 @@ from .spankwire import SpankwireIE  from .spiegel import SpiegelIE, SpiegelArticleIE  from .spiegeltv import SpiegeltvIE  from .spike import SpikeIE -from .sportdeutschland import SportDeutschlandIE  from .sport5 import Sport5IE +from .sportdeutschland import SportDeutschlandIE  from .stanfordoc import StanfordOpenClassroomIE  from .steam import SteamIE  from .streamcloud import StreamcloudIE | 
