projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49aeedb
)
[libsyn] Fix extractor alphabetic order
author
Sergey M․
<dstftw@gmail.com>
Sun, 22 Mar 2015 02:11:47 +0000
(08:11 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 22 Mar 2015 02:11:47 +0000
(08:11 +0600)
youtube_dl/extractor/__init__.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/__init__.py
b/youtube_dl/extractor/__init__.py
index a20492fc372e73577536c93e04986152d5e2d0d1..82b75a14464530b8522b47743b6a2aeb4d0954b0 100644
(file)
--- 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,