[twitter] add possible_sensitive field

This commit is contained in:
Nahida
2023-10-04 10:34:02 +08:00
committed by GitHub
parent 85357c1ef8
commit 3438a3098d

View File

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