Authored by: bashonly
This commit is contained in:
bashonly 2024-05-04 17:05:57 -05:00
parent 56e8806105
commit 3768362ae7
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0
1 changed files with 2 additions and 2 deletions

View File

@ -354,10 +354,10 @@ class PatreonIE(PatreonBaseIE):
else:
for entry in entries:
entry.update(info)
return self.playlist_result(entries, video_id, **info, __post_extract=comments)
return self.playlist_result(entries, video_id, **info, __post_extractor=comments)
info['id'] = video_id
info['__post_extract'] = comments
info['__post_extractor'] = comments
return info
def _get_comments(self, post_id):