-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Describe the bug
The website https://wildskirts.com seems to have started using Cloudflare to protect it from connections, so the scraping process fails at the very beginning when verifying if the URL is valid in the function dynamic_download:
try:
response: ClientResponse = await session.get(album_url)
response.raise_for_status()
except Exception as e:
...Steps to reproduce
Download the URL https://wildskirts.com/lolaandlover-videos
Expected behavior
All the media (163 videos) should be downloaded
Screenshots and recordings
OS / Linux distribution
Windows 11
If using WSL on Windows, which version of WSL
None
Program version
0.1.0
Additional context
No response
Reactions are currently unavailable