Add comment
This commit is contained in:
parent
86b80502b6
commit
0454c711d4
@ -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:
|
||||
|
Reference in New Issue
Block a user