Imgbox ripper now downloads full sized images when downloading from galleries
This commit is contained in:
parent
8e8163360a
commit
c6057b1409
@ -50,6 +50,7 @@ public class ImgboxRipper extends AbstractHTMLRipper {
|
||||
for (Element thumb : doc.select("div.boxed-content > a > img")) {
|
||||
String image = thumb.attr("src").replaceAll("thumbs", "images");
|
||||
image = image.replace("_b", "_o");
|
||||
image = image.replaceAll("\\d-s", "i");
|
||||
imageURLs.add(image);
|
||||
}
|
||||
return imageURLs;
|
||||
|
Loading…
Reference in New Issue
Block a user