mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 13:18:28 +03:00
concludes logging standardization refactor
This commit is contained in:
@@ -38,7 +38,7 @@ class TelegramExtractor(Extractor):
|
||||
|
||||
video = s.find("video")
|
||||
if video is None:
|
||||
logger.warning("could not find video")
|
||||
logger.warning("Could not find video")
|
||||
image_tags = s.find_all(class_="tgme_widget_message_photo_wrap")
|
||||
|
||||
image_urls = []
|
||||
|
||||
Reference in New Issue
Block a user