mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-01-18 13:13:41 +01:00
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…
x
Reference in New Issue
Block a user