-
-
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
INSTAGRAM Profile picture download #1097
Comments
JFTR this is probably a duplicate of #941. |
Says nothing about the profile pics |
@fosam Yeah, but it contains some information regarding the high-res support for pictures. |
@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?) |
Endpoint for what? not sure what you are referring to? |
fosam writes:
>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?
From a user point of view, how would you imagine to download the profile
image? (e.g. `gallery-dl https://www.instagram.com/<user>' is for the
<user>'s timeline, `gallery-dl https://www.instagram.com/stories/<user>/'
for <user>'s stories and so on)
|
I'd add an |
Or that the profile pic will be included when downloading a user? Example: 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 👍 |
Use the |
could you please explain how the line should be if I want the avatar to be added to the downloads? |
Here, the line starting with {
"extractor":
{
"instagram":
{
"include": ["stories", "highlights", "posts", "avatar"],
"api": "rest",
"previews": false,
"sleep-request": [6.0, 12.0],
"videos": true,
"cookies": null
}
},
"downloader":
{
},
"output":
{
},
"postprocessor":
{
}
} |
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!
The text was updated successfully, but these errors were encountered: