We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Would it be possible to add an option to scrape VSCO users by their siteID? Unlike usernames, siteIDs don't change.
siteIDs can be found in the page source for any valid user (e.g. https://vsco.co/benchtheprod/gallery - search "siteID")
API for getting user information: https://api.vsco.co/2.0/sites/ (requires Bearer token)
See here for more possibly useful info.
It would also be great to get VSCO Journal downloads working.
The text was updated successfully, but these errors were encountered:
Gallery-dl does not use api 2.0, instead gallery-dl use 3.0. 2.0 is missing video links, it only has photo and gifs.
Sorry, something went wrong.
Journal: code to get image url from blogs / journal https://gist.github.com/zone559/515a963addc88db6d9b3909991676aa7
Request User ID Number To Get Current Username
https://gist.github.com/zone559/48d8ab6d33aad246444d4414fe93da88
Another method of getting profile picture, not really needed
https://gist.github.com/zone559/4efc7b8352b3dcc09902a3977a411728
No branches or pull requests
Would it be possible to add an option to scrape VSCO users by their siteID? Unlike usernames, siteIDs don't change.
siteIDs can be found in the page source for any valid user (e.g. https://vsco.co/benchtheprod/gallery - search "siteID")
API for getting user information: https://api.vsco.co/2.0/sites/ (requires Bearer token)
See here for more possibly useful info.
It would also be great to get VSCO Journal downloads working.
The text was updated successfully, but these errors were encountered: