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] Gallery-dl no longer seeing attachments #6268

Closed
biggestsonicfan opened this issue Oct 2, 2024 · 5 comments
Closed

[Patreon] Gallery-dl no longer seeing attachments #6268

biggestsonicfan opened this issue Oct 2, 2024 · 5 comments

Comments

@biggestsonicfan
Copy link

Noticed this a few days ago but didn't think anything of it, but I believe the the way to grab attached files from patreon isn't working anymore. Was there a config change at some point?

@mikf
Copy link
Owner

mikf commented Oct 2, 2024

I think this was already reported by #6241 (comment) yesterday and should be fixed in fb6be2d.

Patreon split its attachment data into attachments and attachments_media, and gallery-dl considered only files from attachments.

@biggestsonicfan
Copy link
Author

Interesting, I updated to latest git before posting the issue, so I thought it was still there. Just ran the update again via python3 -m pip install --force-reinstall --no-deps --no-cache-dir https://github.com/mikf/gallery-dl/archive/master.tar.gz --break-system-packages (--break-system-packages required for linux distros which now use python dependencies as packages), but I just ran it again and well, now it works. It missed I think 2 attachments from patrons I am no longer subscribed to but that's fine, glad to see it's working!

@biggestsonicfan
Copy link
Author

I spoke way too soon. Attempting to download via gallery-dl patreon.com/home still fails to grab attachments, my usual go-to for downloading who I'm subscribed to.

mikf added a commit that referenced this issue Oct 3, 2024
@mikf
Copy link
Owner

mikf commented Oct 3, 2024

I forgot that attachments_media needs to be requested explicitly for everything that is not a single post. Should be fixed for all Patreon results this time. (aa31c15)

@biggestsonicfan
Copy link
Author

Oh wow, picking up a lot of content that was missed, good stuff, thank you!

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

2 participants