This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
gallery-dl
Watch
1
Star
0
Fork
0
You've already forked gallery-dl
mirror of
https://github.com/mikf/gallery-dl.git
synced
2024-11-22 18:53:21 +01:00
Code
Issues
Releases
Wiki
Activity
2bf76461ce
gallery-dl
/
requirements.txt
2 lines
17 B
Plaintext
Raw
Normal View
History
Unescape
Escape
update default SSL cipher list in urllib3 < 1.25 Cloudflare now also checks the client's SSL/TLS cipher capabilities and produces a 403: Forbidden response with CAPTCHA if they are insufficient. This commit replaces the default cipher list in urllib3 < 1.25 with the one from 1.25 (1), which doesn't cause problems as long as the client platform actually supports these ciphers. On some platforms (tested with Python 3.4 on Linux and Python 3.7 on an outdated Windows 7 VM) it is necessary to install pyOpenSSL to get everything to work. Explicitly setting a minimum/maximum version for urllib3 is also no longer necessary and installing gallery-dl will therefore not pull a incompatible urllib3 version (#229) Fixes the "403: Forbidden" error on Artstation (#227) (1) https://github.com/urllib3/urllib3/commit/0cedb3b0f1e5d79c89c6db767c534b064b794cf2
2019-05-03 17:21:01 +02:00
requests>=2.11.0
Reference in New Issue
Copy Permalink