[twitter] add possible_sensitive field
This commit is contained in:
@@ -305,6 +305,7 @@ class TwitterExtractor(Extractor):
|
|||||||
"author" : author,
|
"author" : author,
|
||||||
"user" : self._user or author,
|
"user" : self._user or author,
|
||||||
"lang" : tweet["lang"],
|
"lang" : tweet["lang"],
|
||||||
|
"possibly_sensitive" : tweet["possibly_sensitive"],
|
||||||
"source" : text.extr(source, ">", "<"),
|
"source" : text.extr(source, ">", "<"),
|
||||||
"favorite_count": tget("favorite_count"),
|
"favorite_count": tget("favorite_count"),
|
||||||
"quote_count" : tget("quote_count"),
|
"quote_count" : tget("quote_count"),
|
||||||
|
|||||||
Reference in New Issue
Block a user