Increment TelegramTelethonScraper version

This commit is contained in:
Logan Williams
2022-06-09 15:30:56 +02:00
committed by GitHub
parent 92d4839b5e
commit 6294ea7ea7

View File

@@ -18,7 +18,7 @@ MEDIA_TYPES = ['photo', 'video', 'document', 'webpage']
class TelegramTelethonScraper(Scraper):
"""An implementation of a Scraper for Telegram, using Telethon library"""
__version__ = "TelegramTelethonScraper 0.0.2"
__version__ = "TelegramTelethonScraper 0.0.3"
client = None
def __init__(self):