parent
d4c54b0f71
commit
998035d17f
@ -139,7 +139,7 @@ public class ImagebamRipper extends AbstractHTMLRipper {
|
|||||||
try {
|
try {
|
||||||
Document doc = Http.url(url).get();
|
Document doc = Http.url(url).get();
|
||||||
// Find image
|
// Find image
|
||||||
Elements images = doc.select("td > img");
|
Elements images = doc.select(".image-container img");
|
||||||
if (images.size() == 0) {
|
if (images.size() == 0) {
|
||||||
logger.warn("Image not found at " + this.url);
|
logger.warn("Image not found at " + this.url);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user