mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-06 22:06:48 +02:00
@@ -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;
|
||||||
|
Reference in New Issue
Block a user