mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-23 03:02:50 +01:00
c35217e9a3
urllib3 versions 1.24.1 and 1.24.2 cause HTTP requests to https://www.artstation.com/users/<username>/quick.json to fail with a 403: Forbidden status code (#227), and provoke a CAPTCHA response after solving a Cloudflare challenge.
3 lines
51 B
Plaintext
3 lines
51 B
Plaintext
requests>=2.11.0
|
|
urllib3>=1.16, !=1.24.1, !=1.24.2
|