mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-07 18:29:28 +00:00
fix comment_author_is_uploader extraction
This commit is contained in:
@@ -126,7 +126,7 @@ class Comments:
|
||||
"comment_author_id": comment["author_id"],
|
||||
"comment_author_thumbnail": comment["author_thumbnail"],
|
||||
"comment_author_is_uploader": comment.get(
|
||||
"comment_author_is_uploader", False
|
||||
"author_is_uploader", False
|
||||
),
|
||||
"comment_parent": comment["parent"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user