Fixed shesfreaky.com ripper
This commit is contained in:
parent
7af58bcc1d
commit
9537223f89
@ -51,7 +51,7 @@ public class ShesFreakyRipper extends AbstractHTMLRipper {
|
|||||||
List<String> imageURLs = new ArrayList<String>();
|
List<String> imageURLs = new ArrayList<String>();
|
||||||
for (Element thumb : doc.select("a[data-lightbox=\"gallery\"]")) {
|
for (Element thumb : doc.select("a[data-lightbox=\"gallery\"]")) {
|
||||||
String image = thumb.attr("href");
|
String image = thumb.attr("href");
|
||||||
imageURLs.add(image);
|
imageURLs.add("https:" + image);
|
||||||
}
|
}
|
||||||
return imageURLs;
|
return imageURLs;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user