diff --git a/nitter/user.py b/nitter/user.py index 5b840c8..51e913e 100644 --- a/nitter/user.py +++ b/nitter/user.py @@ -128,7 +128,7 @@ def get_feed_tweets(html): tweet['attachedImages'].append(url) else: tweet['attachedImages'] = False - + # Videos if post.find('div', attrs={'gallery-video'}): tweet['attachedVideo'] = True else: