findix / ArtStationDownloader

ArtStation Downloader is a lightweight tool to help you download images and videos from https://www.artstation.com/
MIT License
245 stars 29 forks source link

Update core.py #31

Closed samarthshrivas closed 1 year ago

samarthshrivas commented 1 year ago

Artstation implemented cloudflare scraping protection when scraping projects in download_project().

POC fix #30

need to implement import http.client as http_client everywhere instead of requests .