[patreon] yield metadata for paywalled posts as well (#6582)

https://github.com/mikf/gallery-dl/issues/6582#issuecomment-2998535431
This commit is contained in:
Mike Fährmann
2025-06-24 09:09:52 +02:00
parent 434bf3b1f3
commit 52ca441dc2

View File

@@ -45,10 +45,10 @@ class PatreonExtractor(Extractor):
for post in self.posts():
yield Message.Directory, post
if not post.get("current_user_can_view", True):
self.log.warning("Not allowed to view post %s", post["id"])
continue
yield Message.Directory, post
post["num"] = 0
hashes = set()