-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Downloading Patreon's highest resolution images #2257
Comments
Do you have an example of where this is happening? |
After checking more files I noticed the "large_url" is not always the one with the highest resolution but I'd still like to be able to download those files (or all the files in all the available resolutions) but in the metadata file the "large_url" only appears for the first file in a post.
How can I get it for each of the files? I've tried these post processors
|
For example this post https://www.patreon.com/posts/im-in-love-with-58357810 |
@Fukitsu |
@gcfvfhg I used gallery-dl's metadata file and looked at the URLs, but it seems like Patreon itself only serves the "large_url" for the first file of each post only |
to allow more control over when and if to download 'large_url' images 4fee3a0 forced them to be downloaded instead of regular images, even though 'large_url' images are most likely an upscaled version of the original.
The "image_large" fix only works for the first image of each post, though, not for any subsequent images in that post :/ |
I downloaded the feed of a creator and noticed by looking at the metadata file that gallery-dl downloads the "original" file which is the second highest resolution, the highest being the "large_url". For example, the resolution of an image downloaded is 662x1250 when the resolution from the "large_url" is 1600x3021. Is there a way to download the "large_url" files by default?
The text was updated successfully, but these errors were encountered: