[twitter] extract 'conversation_id' metadata (#3839)
This commit is contained in:
@@ -295,6 +295,8 @@ class TwitterExtractor(Extractor):
|
|||||||
tget("quoted_by_id_str")),
|
tget("quoted_by_id_str")),
|
||||||
"reply_id" : text.parse_int(
|
"reply_id" : text.parse_int(
|
||||||
tget("in_reply_to_status_id_str")),
|
tget("in_reply_to_status_id_str")),
|
||||||
|
"conversation_id": text.parse_int(
|
||||||
|
tget("conversation_id_str")),
|
||||||
"date" : date,
|
"date" : date,
|
||||||
"author" : author,
|
"author" : author,
|
||||||
"user" : self._user or author,
|
"user" : self._user or author,
|
||||||
|
|||||||
Reference in New Issue
Block a user