This commit is contained in:
bashonly 2024-11-16 19:40:58 +00:00 committed by GitHub
parent 8d3e553d0a
commit 335b0b9823
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -431,7 +431,7 @@ class PatreonIE(PatreonBaseIE):
yield {
**traverse_obj(comment, {
'id': 'id',
'id': ('id', {str_or_none}),
'text': ('attributes', 'body', {str}),
'timestamp': ('attributes', 'created', {parse_iso8601}),
'parent': ('relationships', 'parent', 'data', ('id', {value('root')}), {str}, any),