Fix for ehentai ripper

This commit is contained in:
4pr0n 2014-06-25 01:14:31 -07:00
parent 104cbead5a
commit eb8beae5dc

View File

@ -129,6 +129,7 @@ public class EightmusesRipper extends AbstractHTMLRipper {
if (image.contains("-cu_")) { if (image.contains("-cu_")) {
image = image.replaceAll("-cu_[^.]+", "-me"); image = image.replaceAll("-cu_[^.]+", "-me");
} }
image = image.replaceAll(" ", "%20");
imageURLs.add(image); imageURLs.add(image);
} }
} }