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

Patreon.com/Creator/posts does not work anymore #4547

Closed
Eradicate2968 opened this issue Sep 19, 2023 · 5 comments
Closed

Patreon.com/Creator/posts does not work anymore #4547

Eradicate2968 opened this issue Sep 19, 2023 · 5 comments

Comments

@Eradicate2968
Copy link

Eradicate2968 commented Sep 19, 2023

Patreon.com/Creator/posts does not work anymore. I used to work just fine but is now giving me the error
patreon: NotFoundError: Requested creator could not be found

`gallery-dl https://www.patreon.com/d3yk7gh4df/posts --verbose

gallery-dl: Version 1.26.0-dev
gallery-dl: Python 3.11.5 - Windows-10-10.0.22621-SP0
gallery-dl: requests 2.28.2 - urllib3 1.26.15
gallery-dl: Configuration Files ['%USERPROFILE%\\gallery-dl\\config.json']
gallery-dl: Starting DownloadJob for 'https://www.patreon.com/d3yk7gh4df/posts'
patreon: Using PatreonCreatorExtractor for 'https://www.patreon.com/d3yk7gh4df/posts'
patreon: TLS 1.2 disabled.
patreon: Loading cookies from '~/gallery-dl/cookies.txt'
urllib3.connectionpool: Starting new HTTPS connection (1): www.patreon.com:443
urllib3.connectionpool: https://www.patreon.com:443 "GET /d3yk7gh4df/posts HTTP/1.1" 200 None`

Usually I would do
gallery-dl https://www.patreon.com/d3yk7gh4df/posts
and it would work.

I have cleared my history and reset the cookies. Still getting the same issue.

in the meantime I have found that
gallery-dl https://www.patreon.com/home does work.

I am using the example configuration file.

Anyone else encounter this?

@XCanG
Copy link

XCanG commented Sep 19, 2023

Patreon rollout today redesign for their site /posts (list, as well as individual posts), so this is possibly the reason why it does not work anymore.

mikf added a commit that referenced this issue Sep 19, 2023
@mikf
Copy link
Owner

mikf commented Sep 19, 2023

Fixed in 7592c5e

@MarqFJA87
Copy link

MarqFJA87 commented Sep 24, 2023

Fixed in 7592c5e

How do you enact this fix, since it appears it will take a while before a new release is published? I don't know where to find the relevant file.

@mikf
Copy link
Owner

mikf commented Sep 24, 2023

Run

python3 -m pip install -U -I --no-deps --no-cache-dir https://github.com/mikf/gallery-dl/archive/master.tar.gz

or

python3 -m pip install --force-reinstall --no-deps --no-cache-dir https://github.com/mikf/gallery-dl/archive/master.tar.gz

or get an executable from https://github.com/mikf/gallery-dl/actions/workflows/executables.yml

@MarqFJA87
Copy link

Thanks

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

No branches or pull requests

4 participants