-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
gallery-dl not fetching full res images from artstation #1422
Comments
Fixed in 52a7913, I hope. images now use
They return a "403 Forbidden", meaning they do exist, but I'd guess nobody except the uploader is allowed to download them. |
Good catch, but does anyone know if this has been a somewhat recent change? It has this little But if I open the image (the "bracket" icon, to the right of the downward-download-arrow-icon), I'll get this here in a new tab; So, a And this specific artwork is not an outlier, lots of other entries exhibit the same behavior. |
Danbooru uses |
The metadata for most images I check list a much higher width and height than what was downloaded.
Here's an example:
https://www.artstation.com/artwork/ZrP4X
https://cdna.artstation.com/p/assets/images/images/010/595/554/large/holivi-enfunzya-.jpg (an image URL from the post linked above)
After some testing it seems replacing "/large/" with "/4k/" gives a much higher res image (I'm not sure if it's always the original or not).
Out of the images I checked, only gifs can have "/original/" in the URL. Every other image 404s when I try to replace "/large/" with "/original/".
Example gif:
https://www.artstation.com/artwork/3zPJY
https://cdna.artstation.com/p/assets/images/images/007/783/838/original/juan-cardenas-party-cannon-1080x1080.gif
In this help page (https://help.artstation.com/hc/en-us/articles/360056654272-How-do-I-get-the-best-quality-of-images-on-ArtStation-) it says it shows you the 4k versions instead of the resized versions if you use a 4k display.
"ArtStation will convert images to JPG at 90% quality at 1920 width. However, if you have a 4K monitor, we will send the image in 4K if it is available."
The text was updated successfully, but these errors were encountered: