saik0 / humblebundle-python

An unofficial library for querying Humble Bundle
MIT License
69 stars 15 forks source link

Update login URL #8

Closed CyberShadow closed 9 years ago

CyberShadow commented 9 years ago

It seems the login URL changed from /login to /processlogin.

I noticed there already exists a different pull which attempts to fix logging in, #7. However this patch seems to fix logging in for me by itself...

saik0 commented 9 years ago

Interesting, though it's fixed with 32bb05c429. /processlogin was returning 403 without the new headers taken from the android client.