Closed giuseppefutia closed 9 years ago
I have to change the mechanism to retrieve the image scraping the Wikipedia page.
Element image = doc.select("img").first();
I have used a different implementation to get image from Wikipedia pages, and now the getImage() service works again.
I have to change the mechanism to retrieve the image scraping the Wikipedia page.