Fixed typo
This commit is contained in:
parent
2c0010f9df
commit
6d352fcdc5
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user