Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this url format not support [https://www.patreon.com/user/posts?u=userId] #18

Closed
cyberskycat opened this issue May 6, 2024 · 2 comments

Comments

@cyberskycat
Copy link

cyberskycat commented May 6, 2024

request url: https://www.patreon.com/user/posts?u=80821958

detail log

May 06 20:18:54: info: PostDownloader: Targeting posts by 'user'
May 06 20:18:54: debug: PostDownloader: Fetch initial data from "https://www.patreon.com/user"
May 06 20:18:55: debug: PageParser: Parse initial data from https://www.patreon.com/user
May 06 20:18:55: debug: PageParser: Trying pattern: /window.patreon\s*?=\s*?({.+?});/gm
May 06 20:18:55: debug: PageParser: No match for pattern: /window.patreon\s*?=\s*?({.+?});/gm
May 06 20:18:55: debug: PageParser: Trying pattern: /<script id="__NEXT_DATA__" type="application\/json">(.+)</script>/gm
May 06 20:18:55: debug: PostDownloader: Initial data: campaign ID 'undefined'; current user ID '127971141'
May 06 20:18:55: error: PostDownloader: Campaign ID not found in initial data of "https://www.patreon.com/user"
May 06 20:18:55: warn: PostDownloader end with error

@patrickkfkan
Copy link
Owner

Updated v1.5.0. Added support for URL format https://www.patreon.com/user/posts?u=userId. Please try again with this version.

Closing this issue for now. If the new version doesn't resolve the issue for you, feel free to re-open it or start a new one.

@cyberskycat
Copy link
Author

Updated v1.5.0. Added support for URL format https://www.patreon.com/user/posts?u=userId. Please try again with this version.

Closing this issue for now. If the new version doesn't resolve the issue for you, feel free to re-open it or start a new one.

thanks ,version 1.5.0 works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants