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

403 Forbidden #48

Open
sideloading opened this issue Jul 12, 2024 · 6 comments
Open

403 Forbidden #48

sideloading opened this issue Jul 12, 2024 · 6 comments

Comments

@sideloading
Copy link

vsco-scraper looks like it downloads the images, but they are not images rather html files with the following content

<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
</body>
</html>

has anyone else managed to get the images downloaded correctly?

@sideloading
Copy link
Author

in the meantime, i am using gallery-dl which is working

@intothevoid33
Copy link

I have the same issue. I've also noticed that you need to be logged in to the Vsco website to get all of the images displayed. I'm guessing login credentials need to be added to the script. It'll still grab part of an account, then just start giving blank jpg files. Hope someone can help with this.

@intothevoid33
Copy link

You don't need to be signed in. The scraper is just broken at this point. It can still detect new posted images but can't properly download them. All you get are a bunch of 118b files. This project hasn't gotten any kind of an update in 2 years, so I'm not surprised that it broke eventually

We were both wrong. After further testing it appears this is a rate-limiter put into place by VSCO. Slowing the script down would be helpful. I was able to grab a large account in a few passes, I just had to delete the empty files and change my IP address.

@intothevoid33
Copy link

Also, noticing that some of the VPN endpoints give nothing but 118b files, and some work fine. It is possible that VSCO added something to detect VPNs.

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

No branches or pull requests

3 participants
@sideloading @intothevoid33 and others