mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-01 19:40:18 +02:00
Fixed typo
This commit is contained in:
@@ -94,7 +94,7 @@ public class HentaifoundryRipper extends AbstractHTMLRipper {
|
|||||||
logger.info("Couldn't find user & image ID in " + thumb.attr("href"));
|
logger.info("Couldn't find user & image ID in " + thumb.attr("href"));
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
String[] titleSplit = thumb.attr("herf").split("/");
|
String[] titleSplit = thumb.attr("href").split("/");
|
||||||
String title = titleSplit[titleSplit.length -1];
|
String title = titleSplit[titleSplit.length -1];
|
||||||
String user = imgMatcher.group(1),
|
String user = imgMatcher.group(1),
|
||||||
imageId = imgMatcher.group(2);
|
imageId = imgMatcher.group(2);
|
||||||
|
Reference in New Issue
Block a user