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

EightmusesRipper no longer spams log

This commit is contained in:
cyian-1756
2019-04-10 01:49:01 -04:00
parent d0f676366f
commit ead8a72535

View File

@@ -128,6 +128,9 @@ public class EightmusesRipper extends AbstractHTMLRipper {
addURLToDownload(imageUrl, getPrefixShort(x), getSubdir(page.select("title").text()), this.url.toExternalForm(), cookies, "", null, true);
// X is our page index
x++;
if (isThisATest()) {
break;
}
}
return imageURLs;
} catch (MalformedURLException e) {