0

I'm trying to get some html tables from a site that is behind a login window. I have been unable to use mechanize or the default libraries to log in, due to an authorization key required for login that I cannot access through Python.

So the alternative I see is to use the webbrowser library to open the page, making use of Firefox's cookies to log in. Is there a way to get Python to read the html of this opened page?

Thanks!

4

0 回答 0