Merge 4pr0n/ripme#493 from @cyian-1756/smutty. Adds http: before links. Fixes 4pr0n/ripme#442.
This commit is contained in:
parent
7b24aada50
commit
1214d19187
@ -84,7 +84,7 @@ public class SmuttyRipper extends AlbumRipper {
|
||||
}
|
||||
}
|
||||
imageUrl = sb.toString();
|
||||
addURLToDownload(new URL(imageUrl));
|
||||
addURLToDownload(new URL("http:" + imageUrl));
|
||||
}
|
||||
if (doc.select("#next").size() == 0) {
|
||||
break; // No more pages
|
||||
|
Loading…
Reference in New Issue
Block a user