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 video download #4295

Closed
F4nYDuCKSEh5ePVE2 opened this issue Jul 9, 2023 · 5 comments
Closed

VSCO video download #4295

F4nYDuCKSEh5ePVE2 opened this issue Jul 9, 2023 · 5 comments

Comments

@F4nYDuCKSEh5ePVE2
Copy link

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?

@Hrxn
Copy link
Contributor

Hrxn commented Jul 10, 2023

Coud you post a verbose log, i.e. gallery-dl -v <URL not working>?

@F4nYDuCKSEh5ePVE2
Copy link
Author

$ gallery-dl -v https://vsco.co/shavonec/video/c5eb34bb-dd13-4d7a-a09c-2a7cd719c9fa

gallery-dl: Version 1.25.7
gallery-dl: Python 3.11.3 - Linux-6.3.6-200.fc38.x86_64-x86_64-with-glibc2.37
gallery-dl: requests 2.28.2 - urllib3 1.26.15
gallery-dl: Configuration Files ['${HOME}/.config/gallery-dl/config.json']
gallery-dl: Starting DownloadJob for 'https://vsco.co/shavonec/video/c5eb34bb-dd13-4d7a-a09c-2a7cd719c9fa'
gallery-dl: Unsupported URL 'https://vsco.co/shavonec/video/c5eb34bb-dd13-4d7a-a09c-2a7cd719c9fa'

Here's what I get @Hrxn

@Hrxn
Copy link
Contributor

Hrxn commented Jul 10, 2023

Ah, I see. I guess this URL format is new? It used to be something like https://vsco.co/<user>/media/<id>

@F4nYDuCKSEh5ePVE2
Copy link
Author

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 https://vsco.co/<user>/media/<id> url you said, like images. These new proper videos have the https://vsco.co/<user>/video/<id> format

@zone559
Copy link

zone559 commented Jan 29, 2025

Here is the JSON Structure for the video link above

json.txt


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.

vscovideodownloader.zip


This Python code allows you to download a VSCO video using a URL like this:
https://vsco.co/username/video/videoid

singleurlvscovideodownloader.zip

You just need to provide the URL, and the code will handle the rest, downloading the video for you.

mikf added a commit that referenced this issue Feb 12, 2025
requires yt-dlp/youtube-dl to handle m3u8 manifests
@mikf mikf closed this as completed Feb 12, 2025
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