Merge 4pr0n/ripme#493 from @cyian-1756/smutty. Adds http: before links. Fixes 4pr0n/ripme#442.

This commit is contained in:
MetaPrime 2017-08-12 03:20:02 -07:00
parent 7b24aada50
commit 1214d19187

View File

@ -84,7 +84,7 @@ public class SmuttyRipper extends AlbumRipper {
} }
} }
imageUrl = sb.toString(); imageUrl = sb.toString();
addURLToDownload(new URL(imageUrl)); addURLToDownload(new URL("http:" + imageUrl));
} }
if (doc.select("#next").size() == 0) { if (doc.select("#next").size() == 0) {
break; // No more pages break; // No more pages