Hi,
Please check error
with open(“inspiration.png”,“wb”) as file:
img_url=article.img.attrs[‘src’]
response=requests.get(img_url)
file.write(response.content)
Url is ‘/assets/site/logo-6d680decaadef58e4fbb586e147bc135.png’
It is showing missing schema