It's quite possible that logging in with the mobile site will not allow you to fetch articles from the normal site, test that with a browser. And check the returned html after doing a submit, like this
html = br.submit().read()
The htmnl should contain something indicating you are succesfully looged in.
|