mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-15 06:48:00 +09:00
[downloader/__init__] Define proper __all__
This commit is contained in:
parent
b74e86f48a
commit
14d4e90eb1
@ -30,3 +30,8 @@ def get_suitable_downloader(info_dict):
|
|||||||
return F4mFD
|
return F4mFD
|
||||||
else:
|
else:
|
||||||
return HttpFD
|
return HttpFD
|
||||||
|
|
||||||
|
__all__ = [
|
||||||
|
'get_suitable_downloader',
|
||||||
|
'FileDownloader',
|
||||||
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user