Картинка - https://fotostrana.ru/antispam/captcha/?type=17&mtime=0.75605600%201737298711&rand=0.2837772997063847
import requests response = requests.get("https://fotostrana.ru/antispam/captcha/?type=17&mtime=0.75605600%201737298711&rand=0.2837772997063847") with open("captcha.jpg", 'wb') as f: f.write(response.content) Python import requests response = requests.get("https://fotostrana.ru/antispam/captcha/?type=17&mtime=0.75605600%201737298711&rand=0.2837772997063847") with open("captcha.jpg", 'wb') as f: f.write(response.content)