I am attempting to use python requests in order to save an image from a webpage. However, the image is randomly generated via php, as shown by the code below, and is different each time. The image is used for a captcha, and changes between each request.
<img src="image.php">
How would I go about properly saving this image?