Quote:
Originally Posted by Starson17
It sounds like your authorization isn't working.
|
I have a problem getting the RSS fed articles from a site where I think the problem is authorization.
Is there a way to see what
mechanize and
urllib2 are seeing? Following Kovid Goyal's advice to someone else on another thread, I've looked at the Google Reader builtin which appears to have the capability that I'm looking for: to parse an arbitrarily complex login page, but I am not familiar with Python or with the APIs for the methods used and I am having trouble discerning what some of the functions do.
If I could see what the results of each statement were, it would go a long ways to helping me understand what I'm trying to do.
Thanks,