mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-01 19:40:18 +02:00
Fix for ehentai ripper
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user