Search Results

1
vote
2answers
227 views

HTTPS log in with urllib2

I currently have a little script that downloads a webpage and extracta somw data I'm interested in. Nothing fancy. Currently I'm downloading the page like so: import command …