1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-12 17:04:04 +02:00

Update ErofusRipper.java

This commit is contained in:
metaprime
2025-02-01 23:25:29 -08:00
committed by GitHub
parent 2ae74fd202
commit baf7f93ff6

View File

@@ -59,8 +59,7 @@ public class ErofusRipper extends AbstractHTMLRipper {
public List<String> getURLsFromPage(Document page) {
logger.info(page);
List<String> imageURLs = new ArrayList<>();
if (pageContainsImages(page)) {
logger.info("Page contains images");
ripAlbum(page);
@@ -84,7 +83,6 @@ public class ErofusRipper extends AbstractHTMLRipper {
}
}
return imageURLs;
}