telegram_extractor.telegram_extractor

telegram_extractor.telegram_extractor#

Module Contents#

class telegram_extractor.telegram_extractor.TelegramExtractor#

Bases: auto_archiver.core.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

download(item: auto_archiver.core.Metadata) auto_archiver.core.Metadata#

Downloads the media from the given URL and returns a Metadata object with the downloaded media.

If the URL is not supported or the download fails, this method should return False.