Got PicstatioRipper working
This commit is contained in:
parent
3ebb7d1874
commit
f34b1273f5
@ -22,7 +22,8 @@ public class PicstatioRipper extends AbstractHTMLRipper {
|
||||
|
||||
private String getFullSizedImageFromURL(String fileName) {
|
||||
try {
|
||||
return Http.url("https://www.picstatio.com/wallpaper/" + fileName + "/download").get().select("p.text-center > a").attr("href");
|
||||
LOGGER.info("https://www.picstatio.com/wallpaper/" + fileName + "/download");
|
||||
return Http.url("https://www.picstatio.com/wallpaper/" + fileName + "/download").get().select("p.text-center > span > a").attr("href");
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user