Hello, I would like to know how to get a value from an input of a page after performing a curl with requests in python 3.6!
Example:
<input type="hidden" name="authURL" value="1526610106833.UG2TCP2ZiJ9HKXhlrlgybcdEBB0=" data-reactid="37"/>
I wanted to get the contents of the "value", which changes each request, and use it in the header for another curl.