How to scrape this image using JSOUP

Viewed 64
1 Answers

Download directly from this link:

http://zjcdn.mangafox.me/store/manga/16627/114.0/compressed/s001.jpg

In your code, when finding similar hyperlinks, remove everything after an image extension (.jpg, .png, ..). Such as this:

?token=nYL050P9BCH5N_tE2hN4RuZXvCCAYkAr5pEQbApF6UU

This second part is the issue here.

Related