Further fixes/changes to loading 'types' for config + manifest edits

This commit is contained in:
Patrick Robertson
2025-01-27 11:48:04 +01:00
parent 14e2479599
commit 7fd95866a1
29 changed files with 39 additions and 143 deletions

View File

@@ -11,11 +11,6 @@ class TelegramExtractor(Extractor):
Extractor for telegram that does not require login, but the telethon_extractor is much more advised,
will only return if at least one image or one video is found
"""
name = "telegram_extractor"
def __init__(self, config: dict) -> None:
super().__init__(config)
def download(self, item: Metadata) -> Metadata:
url = item.get_url()