[twitter] rename to 'sensitive'; use 'tget()'

pull/4667/head
Mike Fährmann 12 months ago
parent 3438a3098d
commit f3d6aaff13
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -305,8 +305,8 @@ class TwitterExtractor(Extractor):
"author" : author,
"user" : self._user or author,
"lang" : tweet["lang"],
"possibly_sensitive" : tweet["possibly_sensitive"],
"source" : text.extr(source, ">", "<"),
"sensitive" : tget("possibly_sensitive"),
"favorite_count": tget("favorite_count"),
"quote_count" : tget("quote_count"),
"reply_count" : tget("reply_count"),

Loading…
Cancel
Save