Closed annathecrow closed 6 years ago
AO3 now forces https, which broke the API. Urllib3 failed with https on GAE, so I had to switch to a different library. I chose urllib2 - requests would be better, but it would require third-party-package installation, and just... no.
AO3 now forces https, which broke the API. Urllib3 failed with https on GAE, so I had to switch to a different library. I chose urllib2 - requests would be better, but it would require third-party-package installation, and just... no.