-
-
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 video download #4295
Comments
Coud you post a verbose log, i.e. |
Here's what I get @Hrxn |
Ah, I see. I guess this URL format is new? It used to be something like |
I guess, on the vsco link you can see they say it's a new feature that you can now post proper videos, before you could only post gifs I think and they all had that |
Here is the JSON Structure for the video link above This Python code is designed to grab the URL that is generated when you try to download a user's profile from VSCO. Once it has the URL, it will download the video associated with that profile. Right now, the code is functional, but it needs to be integrated into the gallery-dl VSCO extractor by someone with more experience. I used AI to help write the code, so it might need some adjustments to work seamlessly with gallery-dl. This Python code allows you to download a VSCO video using a URL like this: singleurlvscovideodownloader.zip You just need to provide the URL, and the code will handle the rest, downloading the video for you. |
requires yt-dlp/youtube-dl to handle m3u8 manifests
I'm trying to download a video from vsco but I get an error saying it's an unsupported URL, I even set "videos" to true on the vsco extractor config
gallery-dl: Unsupported URL 'https://vsco.co/shavonec/video/c5eb34bb-dd13-4d7a-a09c-2a7cd719c9fa'
It also doesn't work if I try to download their entire profile, the videos just seem to get skipped.
I guess that it's a new feature in vsco that needs to be implemented in gallery-dl?
The text was updated successfully, but these errors were encountered: