diff --git a/twoot.py b/twoot.py index 1b57be7..bb74357 100755 --- a/twoot.py +++ b/twoot.py @@ -522,7 +522,7 @@ def main(argv): tt_iter = status.find('div', class_='tweet-content media-body').children # Process text of tweet - tweet_text += process_media_body(tt_iter) + tweet_text += process_media_body(tt_iter, remove_trackers) # Process quote: append link to tweet_text quote_div = status.find('a', class_='quote-link')