Skip to content

Commit

Permalink
[downloader/__init__] Define proper __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
phihag committed Nov 23, 2014
1 parent b74e86f commit 14d4e90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions youtube_dl/downloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ def get_suitable_downloader(info_dict):
return F4mFD
else:
return HttpFD

__all__ = [
'get_suitable_downloader',
'FileDownloader',
]

0 comments on commit 14d4e90

Please sign in to comment.