mvabdi / vsco-scraper

Easily allows for scraping a VSCO
MIT License
133 stars 25 forks source link

Don't download None profile picture #26

Closed CanavarB closed 2 years ago

CanavarB commented 2 years ago

For non-existent accounts or a profile without a profile picture, we do not need to download VSCO's default profile picture. This can be a problem if you want to scrape hundreds of profiles. This "none image" is called None.jpg and it allocates 4.2 KB for each profile.

mvabdi commented 2 years ago

Thanks for the PR! I'll check this out while I am working on the other bugs.