This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[downloader/__init__] Define proper __all__
totalwebcasting
Philipp Hagemeister
10 years ago
parent
b74e86f48a
commit
14d4e90eb1
1 changed files
with
5 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
youtube_dl/downloader/__init__.py
+ 5
- 0
youtube_dl/downloader/__init__.py
View File
@ -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
'
,
]
Write
Preview
Loading…
Cancel
Save