Skip to content

Commit

Permalink
[downloader] sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesmiscore committed Jan 21, 2022
1 parent 7ff75fd commit dea718d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt_dlp/downloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ def get_suitable_downloader(info_dict, params={}, default=NO_DEFAULT, protocol=N
from .common import FileDownloader
from .dash import DashSegmentsFD
from .f4m import F4mFD
from .fc2 import FC2LiveFD
from .hls import HlsFD
from .http import HttpFD
from .rtmp import RtmpFD
from .rtsp import RtspFD
from .ism import IsmFD
from .mhtml import MhtmlFD
from .niconico import NiconicoDmcFD, NiconicoLiveFD
from .fc2 import FC2LiveFD
from .websocket import WebSocketFragmentFD
from .youtube_live_chat import YoutubeLiveChatFD
from .serial import SerialFD
Expand Down

0 comments on commit dea718d

Please sign in to comment.