1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-06 13:43:30 +00:00

[libsyn] Fix extractor alphabetic order

This commit is contained in:
Sergey M․
2015-03-22 08:11:47 +06:00
parent 49aeedb8cb
commit a1d0aa7b88
+1 -1
View File
@@ -250,8 +250,8 @@ from .letv import (
LetvTvIE, LetvTvIE,
LetvPlaylistIE LetvPlaylistIE
) )
from .lifenews import LifeNewsIE
from .libsyn import LibsynIE from .libsyn import LibsynIE
from .lifenews import LifeNewsIE
from .liveleak import LiveLeakIE from .liveleak import LiveLeakIE
from .livestream import ( from .livestream import (
LivestreamIE, LivestreamIE,