I have created website game for football players.
I want to scrape the profile picture from the official Football Association website.
but the pictures are being saved not as .png but as unusual “ImageServer/GetImage.ashx”
**I want to create a python function that gets URL profile player and return his URL PROFILE PICTURE
**
EXAMPLE:
Url:
https://www.football.org.il/en/players/player/?player_id=113625
Url picture:
https://www.football.org.il/ImageServer/GetImage.ashx?type=2&id=561538&width=240&height=305
I wish someone could help.
thank you.
I tried using postman for my code to scrape but it seems its not working and fetched (I receive error).
Eesh Gadol is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.