Scraping image Challenge! . HELP!

I FAILED scraping PROFILE PICTURE FROM THIS WEBSITE:
https://www.football.org.il/en/players/player/?player_id=113625

The pictures are being saved not as .png but as unusual "ImageServer/GetImage.ashx"

I tried using:Selenium Script, import BeautifulSoup and Postman for my code to scrape but it seems its not working and fetched (I receive error).

this is the url picture:
https://www.football.org.il/ImageServer/GetImage.ashx?type=2&id=561538&width=240&height=305

I want to create a python function that gets URL profile player and return his URL PROFILE PICTURE

thank you.

Hi,

It is not quite clear what the issue is. When opening the URL, the image can be saved as .jpeg

If you want to download the images, this should work using the Python downloader: Image selector | Web Scraper Documentation