]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/downloader/__init__.py
Fix imports and general cleanup
[youtube-dl.git] / youtube_dl / downloader / __init__.py
index 3f941596edd83edda99917b57187485941133e8f..31e28df58e828f8c5434390ff18a63358215924a 100644 (file)
@@ -30,3 +30,8 @@ def get_suitable_downloader(info_dict):
         return F4mFD
     else:
         return HttpFD
+
+__all__ = [
+    'get_suitable_downloader',
+    'FileDownloader',
+]