-
-
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
Vsco Profile Picture Download #5341
Comments
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 Made some improvement in the code and it will download the image for you. |
Do you have telegram? I have my telegram on my profile |
Here a better version that might work better for gallery-dl since the other code work as a standalone |
I improved the python script a bit:
The idea being, instead of manually needing to enter a URL, it can be run as "python3 script.py [VSCO page URL]". When running the gallery-dl command, that page URL is the same, so it would be fairly seamless No idea if any of this has already happened in the commits. that's just my two cents based on running the script you sent |
i an using vsco.storyclone.com do download profile pic and media more comfortble for me but also this tool is perfect |
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
The text was updated successfully, but these errors were encountered: