1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-24 04:39:35 +00:00

[ultimedia] Fix alphabetic order

This commit is contained in:
Sergey M․ 2015-03-18 23:11:48 +06:00
parent 3073a6d5e9
commit d1dc7e3991

View file

@ -534,11 +534,11 @@ from .twitch import (
TwitchStreamIE,
)
from .ubu import UbuIE
from .ultimedia import UltimediaIE
from .udemy import (
UdemyIE,
UdemyCourseIE
)
from .ultimedia import UltimediaIE
from .unistra import UnistraIE
from .urort import UrortIE
from .ustream import UstreamIE, UstreamChannelIE