This commit is contained in:
nose
2025-12-16 01:45:01 -08:00
parent a03eb0d1be
commit 9873280f0e
36 changed files with 4911 additions and 1225 deletions

View File

@@ -12,6 +12,7 @@ import sys
from SYS.logger import log
from ProviderCore.base import FileProvider, SearchProvider, SearchResult
from Provider.alldebrid import AllDebrid
from Provider.bandcamp import Bandcamp
from Provider.libgen import Libgen
from Provider.matrix import Matrix
@@ -22,6 +23,7 @@ from Provider.zeroxzero import ZeroXZero
_SEARCH_PROVIDERS: Dict[str, Type[SearchProvider]] = {
"alldebrid": AllDebrid,
"libgen": Libgen,
"openlibrary": OpenLibrary,
"soulseek": Soulseek,