I'm trying to scrape this image using jsoup.
I tried selecting the image tag using getElementsByTag("img")
but that doesn't return any elements.
Then, I tried downloading straight from this link but that returned an empty image.
Any solutions would be highly appreciated.