Add comment
This commit is contained in:
parent
86b80502b6
commit
0454c711d4
@ -128,7 +128,7 @@ def get_feed_tweets(html):
|
|||||||
tweet['attachedImages'].append(url)
|
tweet['attachedImages'].append(url)
|
||||||
else:
|
else:
|
||||||
tweet['attachedImages'] = False
|
tweet['attachedImages'] = False
|
||||||
|
# Videos
|
||||||
if post.find('div', attrs={'gallery-video'}):
|
if post.find('div', attrs={'gallery-video'}):
|
||||||
tweet['attachedVideo'] = True
|
tweet['attachedVideo'] = True
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user