Add comment

This commit is contained in:
pluja 2020-11-06 14:48:27 +01:00
parent 86b80502b6
commit 0454c711d4

View File

@ -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: