Fix #278
This commit is contained in:
parent
c67422d569
commit
e64aa41ff6
2
vxApi.py
2
vxApi.py
@ -156,6 +156,8 @@ def getApiResponse(tweet,include_txt=False,include_rtf=False):
|
|||||||
|
|
||||||
if 'entities' in tweetL and 'urls' in tweetL['entities']:
|
if 'entities' in tweetL and 'urls' in tweetL['entities']:
|
||||||
for eurl in tweetL['entities']['urls']:
|
for eurl in tweetL['entities']['urls']:
|
||||||
|
if 'expanded_url' not in eurl:
|
||||||
|
continue
|
||||||
if "/status/" in eurl["expanded_url"] and eurl["expanded_url"].startswith("https://twitter.com/"):
|
if "/status/" in eurl["expanded_url"] and eurl["expanded_url"].startswith("https://twitter.com/"):
|
||||||
twText = twText.replace(eurl["url"], "")
|
twText = twText.replace(eurl["url"], "")
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user