2
0
Эх сурвалжийг харах

[libsyn] Fix extractor alphabetic order

Sergey M․ 10 жил өмнө
parent
commit
a1d0aa7b88

+ 1 - 1
youtube_dl/extractor/__init__.py

@@ -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,