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

Vsco Profile Picture Download #5341

Closed
zone559 opened this issue Mar 17, 2024 · 5 comments
Closed

Vsco Profile Picture Download #5341

zone559 opened this issue Mar 17, 2024 · 5 comments

Comments

@zone559
Copy link

zone559 commented Mar 17, 2024

Add Feature To Download Vsco Profile Picture

example:
https://vsco.co/danfeluz/gallery

"site_profile_image_url":"i.vsco.co/5deb1b2a456fc417641d4786"

adding an m to make it im.vsco.co/5deb1b2a456fc417641d4786

Which will redirect to the image url on aws server url
https://image-aws-us-west-2.vsco.co/1748e6/26909462/5deb1b2a456fc417641d4786/vsco5deb1b2ac71ad.jpg

@6ix3
Copy link

6ix3 commented May 1, 2024

Can you elaborate on this im trying to download a vsco profile picture.

@zone559
Copy link
Author

zone559 commented May 1, 2024

Can you elaborate on this im trying to download a vsco profile picture.

here a simple python code, just enter the url for the vsco profile and it should give you a url to download or view the profile picture
getprofilepicture.zip

Made some improvement in the code and it will download the image for you.
getprofilepicture.zip

@zone559
Copy link
Author

zone559 commented May 1, 2024

Can you elaborate on this im trying to download a vsco profile picture.

Do you have telegram? I have my telegram on my profile

mikf added a commit that referenced this issue May 2, 2024
@mikf mikf closed this as completed May 2, 2024
@zone559
Copy link
Author

zone559 commented May 2, 2024

Here a better version that might work better for gallery-dl since the other code work as a standalone
this one just create a url and then you can take the url and push it through as download a single image from vsco
avatar.zip

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

No branches or pull requests

4 participants
@mikf @zone559 @6ix3 and others