telegram_extractor
==================

.. py:module:: telegram_extractor


Submodules
----------

.. toctree::
   :maxdepth: 1

   /autoapi/telegram_extractor/telegram_extractor/index




Package Contents
----------------

.. py:class:: TelegramExtractor

   Bases: :py:obj:`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


   .. py:method:: 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.




