Removed extracting avatar

This commit is contained in:
jeancf 2020-12-16 22:03:09 +01:00
parent 4e6a97d765
commit 19d988dfcb

View File

@ -268,9 +268,6 @@ def main(argv):
logging.debug("Tweet is a reply-to and we don't want that. Skipping.") logging.debug("Tweet is a reply-to and we don't want that. Skipping.")
continue continue
# Extract avatar
author_logo_url = tmt.find('td', class_='avatar').a.img['src']
# extract author # extract author
author = tmt.find('div', class_='fullname').a.strong.get_text() author = tmt.find('div', class_='fullname').a.strong.get_text()