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