Преглед на файлове

[libsyn] Fix extractor alphabetic order

Sergey M․ преди 10 години
родител
ревизия
a1d0aa7b88
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      youtube_dl/extractor/__init__.py

+ 1 - 1
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,