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

INSTAGRAM Profile picture download #1097

Closed
54m4d opened this issue Nov 5, 2020 · 11 comments
Closed

INSTAGRAM Profile picture download #1097

54m4d opened this issue Nov 5, 2020 · 11 comments

Comments

@54m4d
Copy link

54m4d commented Nov 5, 2020

Hello!

Can you please add support for downloading profile pictures and in Hi-Res?

The high-res images require an API and require the user to log in, log in is already supported by gallery-dl so we only need an API.

gallery-dl is much better compared to instaloader.

Thanks!

@iamleot
Copy link
Contributor

iamleot commented Nov 5, 2020

JFTR this is probably a duplicate of #941.

@54m4d
Copy link
Author

54m4d commented Nov 6, 2020

Says nothing about the profile pics

@iamleot
Copy link
Contributor

iamleot commented Nov 6, 2020

@fosam Yeah, but it contains some information regarding the high-res support for pictures.

@iamleot
Copy link
Contributor

iamleot commented Nov 6, 2020

@fosam If you can please adjust the title just for the profile picture... However, do you know if there is any possible endpoint for it? (i.e. how would it be retrieved via URL?)

@54m4d 54m4d changed the title INSTAGRAM Profile picture download and high-res support for pictures. INSTAGRAM Profile picture download Nov 6, 2020
@54m4d
Copy link
Author

54m4d commented Nov 6, 2020

do you know if there is any possible endpoint for it? (i.e. how would it be retrieved via URL?)

Endpoint for what? not sure what you are referring to?

@iamleot
Copy link
Contributor

iamleot commented Nov 6, 2020 via email

@mikf
Copy link
Owner

mikf commented Nov 6, 2020

I'd add an avatar option, like pixiv and tumblr already have, and include the profile image before anything else when downloading from a user timeline. Don't know if this is any good, but that's how it is done for other sites.

@54m4d
Copy link
Author

54m4d commented Nov 6, 2020

Or that the profile pic will be included when downloading a user?

Example: gallery-dl https://www.instagram.com/toni.kr8s/ should include the profile pic

Also, does gallery-dl support stories and highlights?

Thanks guys, the web is useless without this great extension, that's why we are all working together to make it even better for everyone, everyday 👍

@mikf
Copy link
Owner

mikf commented Oct 19, 2022

Example: gallery-dl https://www.instagram.com/toni.kr8s/ should include the profile pic

Use the include option, or https://www.instagram.com/toni.kr8s/avatar as URL.

@ForxBase
Copy link

ForxBase commented Sep 3, 2024

could you please explain how the line should be if I want the avatar to be added to the downloads?

@Hrxn
Copy link
Contributor

Hrxn commented Sep 4, 2024

Here, the line starting with "include"

{
    "extractor":
    {
        "instagram":
        {
            "include": ["stories", "highlights", "posts", "avatar"],

            "api": "rest",
            "previews": false,
            "sleep-request": [6.0, 12.0],
            "videos": true,

            "cookies": null
        }

    },

    "downloader":
    {
    },
    "output":
    {
    },
    "postprocessor":
    {
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants