From 0454c711d486f380e3d080017403ffbae0a14645 Mon Sep 17 00:00:00 2001 From: pluja Date: Fri, 6 Nov 2020 14:48:27 +0100 Subject: [PATCH] Add comment --- nitter/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: