Quote:
Originally Posted by kovidgoyal
Your log in code doesn't seem to work. You can check for a successful login with
Code:
raw = br.submit().read()
if '>Log Out<' not in raw:
raise ValueError('Failed to login to time.com, check'
' your username and password')
|
Right. There is something strange:
My log in code does not seem to work by your code, but when I use the browser instance to open the subscription only page, ("subscriber/printout"), the subscription only context does come up. It's probably some cookie issue that I am unable to tackle. But for practical purposes I find it's ok.