refactor(download): remove ProviderCore/download.py, move sanitize_filename to SYS.utils, replace callers to use API.HTTP.HTTPClient
This commit is contained in:
4
scripts/list_providers.py
Normal file
4
scripts/list_providers.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from ProviderCore.registry import list_search_providers, list_providers
|
||||
|
||||
print('Search providers:', list_search_providers())
|
||||
print('All providers:', list_providers())
|
||||
Reference in New Issue
Block a user