[twitter] rename to 'sensitive'; use 'tget()'
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user