mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 13:18:28 +03:00
fix: telegram archiver was outdated for images
This commit is contained in:
@@ -48,7 +48,8 @@ class TelegramArchiver(Archiver):
|
||||
video = s.find("video")
|
||||
if video is None:
|
||||
logger.warning("could not find video")
|
||||
image_tags = s.find_all(class_="js-message_photo")
|
||||
image_tags = s.find_all(class_="tgme_widget_message_photo_wrap")
|
||||
logger.info(image_tags)
|
||||
|
||||
image_urls = []
|
||||
for im in image_tags:
|
||||
|
||||
Reference in New Issue
Block a user