I've got a lot of html response code, at some part there's this part:
</td>
</tr>
<input id="hiddenloginurl" type="hidden" name="loginurl" value="/sensor.htm?id=10240">
</table>
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.