From 1d40071b27abdc4f7bff343cbb0bf9b0d7c45a78 Mon Sep 17 00:00:00 2001 From: jeancf Date: Sat, 19 Dec 2020 10:53:11 +0100 Subject: [PATCH] Added log of twitter:image download --- twoot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/twoot.py b/twoot.py index 70de32c..5829043 100755 --- a/twoot.py +++ b/twoot.py @@ -401,6 +401,8 @@ def main(argv): requests.exceptions.TooManyRedirects, requests.exceptions.MissingSchema): pass + else: + logging.debug("downloaded twitter:image from linked page") # Check if video was downloaded video_file = None