suchcodemuchwow
suchcodemuchwow

Reputation: 1046

How can I download image from img tag?

When I navigate to this site http://stars-fetcher.herokuapp.com/#20300909 inside chrome dev tools I am trying to extract src of img tag but after I open src in new tab weird text appears rather than png, jpeg etc. I don't know php and it's probably related with some php script.

Sample HTML Element:

<img style="margin-left:20px" src="https://stars.bilkent.edu.tr/srs/scripts/image.php?ID=20300909&amp;cry=a25c4f5c1bd773d480a5475917572668" height="500">

Upvotes: 4

Views: 389

Answers (1)

Raffi
Raffi

Reputation: 1920

Save the output to a file and change the extension to .jpg.

Upvotes: 2

Related Questions