I am trying to get the image from the Astronomy Photo of the
Day APOD website to display on our college departments Astronomy
web page. I just need to display the image and not the whole page.
As I was searching for ways to scrape dynamic images I came
across the ability for Firebug to extract the xpath from any block
of html. In the case of apod the xpath for image is this:
/html/body/center/p[2]/a/img
Could I use Spry to display the image of the day using xpath
or is the wrong way to accomplish this?