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

This commit is contained in:
Mike Fährmann
2023-10-09 15:39:09 +02:00
parent 3438a3098d
commit f3d6aaff13

View File

@@ -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"),