Initial Commit
This commit is contained in:
6
unshackle/core/downloaders/__init__.py
Normal file
6
unshackle/core/downloaders/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .aria2c import aria2c
|
||||
from .curl_impersonate import curl_impersonate
|
||||
from .n_m3u8dl_re import n_m3u8dl_re
|
||||
from .requests import requests
|
||||
|
||||
__all__ = ("aria2c", "curl_impersonate", "requests", "n_m3u8dl_re")
|
||||
Reference in New Issue
Block a user