hj
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled

This commit is contained in:
2025-12-26 21:04:09 -08:00
parent 9310478a37
commit a595453a9b
7 changed files with 611 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ from Provider.youtube import YouTube
from Provider.fileio import FileIO
from Provider.zeroxzero import ZeroXZero
from Provider.loc import LOC
from Provider.internetarchive import InternetArchive
_PROVIDERS: Dict[str, Type[Provider]] = {
@@ -31,6 +32,7 @@ _PROVIDERS: Dict[str, Type[Provider]] = {
"alldebrid": AllDebrid,
"libgen": Libgen,
"openlibrary": OpenLibrary,
"internetarchive": InternetArchive,
"soulseek": Soulseek,
"bandcamp": Bandcamp,
"youtube": YouTube,