[patreon] extract more metadata for paywalled posts (#6582)
https://github.com/mikf/gallery-dl/issues/6582#issuecomment-3002275572
This commit is contained in:
@@ -156,8 +156,6 @@ class PatreonExtractor(Extractor):
|
||||
attr = post["attributes"]
|
||||
attr["id"] = text.parse_int(post["id"])
|
||||
|
||||
if attr.get("current_user_can_view", True):
|
||||
|
||||
relationships = post["relationships"]
|
||||
attr["images"] = self._files(
|
||||
post, included, "images")
|
||||
|
||||
Reference in New Issue
Block a user