Fix for ehentai ripper
This commit is contained in:
parent
104cbead5a
commit
eb8beae5dc
@ -129,6 +129,7 @@ public class EightmusesRipper extends AbstractHTMLRipper {
|
||||
if (image.contains("-cu_")) {
|
||||
image = image.replaceAll("-cu_[^.]+", "-me");
|
||||
}
|
||||
image = image.replaceAll(" ", "%20");
|
||||
imageURLs.add(image);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user