-
-
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
[Feature request] Instagram - download highest resolution images #941
Comments
gallery-dl also supports login for Instagram, did you try that? |
Hello @Fukitsu, gallery-dl just pick up the one in |
@Hrxn Yes, I'm logged in with both gallery-dl and instaloader and instaloader downloads a higher resolution picture. |
Fukitsu writes:
@iamleot Not sure how to look for the higher resolution one but here is an example though the URL is expired
instaloader/instaloader#630 (comment)
Just an Instagram URL of a post of the form:
https://www.instagram.com/p/...
(In the issue you have shared I couldn't find anything like that.)
|
Leonardo Taccari writes:
Fukitsu writes:
> @iamleot Not sure how to look for the higher resolution one but here is an example though the URL is expired
> instaloader/instaloader#630 (comment)
Just an Instagram URL of a post of the form:
https://www.instagram.com/p/...
(In the issue you have shared I couldn't find anything like that.)
There wasn't any URL of such form but it was actually passed to
instaloader the following one:
https://www.instagram.com/p/CAcwc-NDSWU/
At least using curl (and not being logged in, without any cookies) to
fetch the URL and inspecting the sharedData only 1080x720 images are
available.
(I have not investigated further ATM if there are possible ways to
requests higher resolution images logger or not logged)
|
It seems like it possible to get higher resolution images by pretending to be the Instagram iPhone app and using a special API endpoint: instaloader/instaloader#662 |
Is porting the code from instaloader to this repo welcomed? |
@nvmnghia sure, as long as the license permits it. Let me know if you need any help. |
It looks like this has been implemented? #2666 (comment) |
Forgot to close it, my bad |
Sorry about that, please reopen this, it is not implemented exactly as in instaloader/instaloader#662 but differently. |
Possibility to download the highest resolution images available like instaloader does. It requires login but can download images in 1440x1440 pixels
The text was updated successfully, but these errors were encountered: