hj
This commit is contained in:
@@ -25,6 +25,7 @@ from Provider.fileio import FileIO
|
||||
from Provider.zeroxzero import ZeroXZero
|
||||
from Provider.loc import LOC
|
||||
from Provider.internetarchive import InternetArchive
|
||||
from Provider.podcastindex import PodcastIndex
|
||||
|
||||
_PROVIDERS: Dict[str,
|
||||
Type[Provider]] = {
|
||||
@@ -38,6 +39,7 @@ _PROVIDERS: Dict[str,
|
||||
"youtube": YouTube,
|
||||
"telegram": Telegram,
|
||||
"loc": LOC,
|
||||
"podcastindex": PodcastIndex,
|
||||
# Upload-capable providers
|
||||
"0x0": ZeroXZero,
|
||||
"file.io": FileIO,
|
||||
|
||||
Reference in New Issue
Block a user