-
-
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
Add support for XHamster.com Albums & Photos #281
Comments
Support for single galleries and all galleries of a user is done (0960093). The maximum image size one can download appears to be capped at 1000x1000. That's also what ripme and gallery_get download, and I havn't found a way around this restriction, so I guess that's fine ... (I tested this with an 2048x2048 PNG, but it wouldn't let me download the original file, no matter what I tried) |
Thanks so much!! You‘re a saint.
Now only PornHub galleries are missing ;D
|
Just to understand that correctly: the same limitation is in place for images displayed in the browser, like a normal end-user browsing the site? |
Yes, it is. I created a new account and uploaded a test image to a new gallery, but the max resolution I could re-download my own image as, while being logged in, is 1000x1000. And as a JPEG no less. The image URLs look like
and you'd think removing the |
Interesting, thanks.
i wonder if there does exist some URL construction/scheme that does lead to the full size which maybe still resides on their server...
|
Would be great to have a plugin for this.
Gallery_Get already supports it:
https://github.com/regosen/gallery_get/blob/master/gallery_plugins/plugin_xHamster.py
(But I prefer gallery-dl because it’s much more userfriendly and better maintained/features.
The text was updated successfully, but these errors were encountered: