From 19d988dfcbd0e7ad7a382fb0447e8b3dad619b73 Mon Sep 17 00:00:00 2001 From: jeancf Date: Wed, 16 Dec 2020 22:03:09 +0100 Subject: [PATCH] Removed extracting avatar --- twoot.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/twoot.py b/twoot.py index e5b66d9..5a310cd 100755 --- a/twoot.py +++ b/twoot.py @@ -268,9 +268,6 @@ def main(argv): logging.debug("Tweet is a reply-to and we don't want that. Skipping.") continue - # Extract avatar - author_logo_url = tmt.find('td', class_='avatar').a.img['src'] - # extract author author = tmt.find('div', class_='fullname').a.strong.get_text()