mirror of
https://github.com/bellingcat/polyphemus.git
synced 2026-06-08 03:18:32 +03:00
made info dict more consistent between video and comment objects
This commit is contained in:
@@ -165,6 +165,7 @@ class OdyseeComment:
|
|||||||
self.info = {
|
self.info = {
|
||||||
'text' : full_comment_info['comment'],
|
'text' : full_comment_info['comment'],
|
||||||
'created' : full_comment_info['timestamp'],
|
'created' : full_comment_info['timestamp'],
|
||||||
|
'claim_id' : full_comment_info.get('comment_id'),
|
||||||
'video_claim_id' : full_comment_info['claim_id'],
|
'video_claim_id' : full_comment_info['claim_id'],
|
||||||
'channel_id' : full_comment_info['channel_id'],
|
'channel_id' : full_comment_info['channel_id'],
|
||||||
'channel_name' : full_comment_info['channel_name'],
|
'channel_name' : full_comment_info['channel_name'],
|
||||||
|
|||||||
Reference in New Issue
Block a user