@@ -270,7 +270,7 @@ class TwitterExtractor(Extractor):
|
|||||||
"nick": u["name"],
|
"nick": u["name"],
|
||||||
} for u in mentions]
|
} for u in mentions]
|
||||||
|
|
||||||
content = tget("full_text") or tget("text") or ""
|
content = text.unescape(tget("full_text") or tget("text") or "")
|
||||||
urls = entities.get("urls")
|
urls = entities.get("urls")
|
||||||
if urls:
|
if urls:
|
||||||
for url in urls:
|
for url in urls:
|
||||||
|
|||||||
Reference in New Issue
Block a user