matthewspider
New Member
I've got a lot of html response code, at some part there's this part:\[code\]</td></tr> <input id="hiddenloginurl" type="hidden" name="loginurl" value="http://stackoverflow.com/sensor.htm?id=10240"></table>\[/code\]How can I parse the html code and get this id with python? The problem is, at every new api call, the id is changed.Thanks,