diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-03-22 08:11:47 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-03-22 08:11:47 +0600 |
commit | a1d0aa7b882484685a1a02185d0dafd51c545701 (patch) | |
tree | f0c6522af5f94e556ed9807c452967eaad4647fb /youtube_dl/extractor | |
parent | 49aeedb8cb4dcf317c970a58c590d42e37904720 (diff) |
[libsyn] Fix extractor alphabetic order
Diffstat (limited to 'youtube_dl/extractor')
-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 a20492fc3..82b75a144 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -250,8 +250,8 @@ from .letv import ( LetvTvIE, LetvPlaylistIE ) -from .lifenews import LifeNewsIE from .libsyn import LibsynIE +from .lifenews import LifeNewsIE from .liveleak import LiveLeakIE from .livestream import ( LivestreamIE, |