[twitter] unescape content (#2756) (#2757)

Fixes #2756
pull/2761/head
blankie 2 years ago committed by GitHub
parent 62cc47755b
commit 836402bf58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -270,7 +270,7 @@ class TwitterExtractor(Extractor):
"nick": u["name"],
} 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")
if urls:
for url in urls:

Loading…
Cancel
Save