mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-24 04:21:13 +00:00
Removed extracting avatar
This commit is contained in:
parent
4e6a97d765
commit
19d988dfcb
3
twoot.py
3
twoot.py
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user