https://stackoverflow.com/a/64983/468251 – Hello, I have question about this code, how made that working with remote website url, and how got value = fooId[‘value’] from all inputs, no only from first?
https://stackoverflow.com/a/64983/468251 – Hello, I have question about this code, how made that working with
Share
The example use a local file. If you want to use a remote site, you need to download the file from the server and parse the html.
You can look at request or urllib2 for this.
I hope it helps