mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-09-08 21:20:51 +02:00
Update imagefap ripper. Closes #271
This commit is contained in:
@@ -129,6 +129,7 @@ public class ImagefapRipper extends AbstractHTMLRipper {
|
||||
image = image.replaceAll(
|
||||
"http://x.*.fap.to/images/thumb/",
|
||||
"http://fap.to/images/full/");
|
||||
image = image.replaceAll("w[0-9]{1,}-h[0-9]{1,}/", "");
|
||||
imageURLs.add(image);
|
||||
if (isThisATest()) {
|
||||
break;
|
||||
|
@@ -21,7 +21,7 @@ import com.rarchives.ripme.utils.Utils;
|
||||
public class UpdateUtils {
|
||||
|
||||
private static final Logger logger = Logger.getLogger(UpdateUtils.class);
|
||||
private static final String DEFAULT_VERSION = "1.2.1";
|
||||
private static final String DEFAULT_VERSION = "1.2.2";
|
||||
private static final String updateJsonURL = "http://rarchives.com/ripme.json";
|
||||
private static final String updateJarURL = "http://rarchives.com/ripme.jar";
|
||||
private static final String mainFileName = "ripme.jar";
|
||||
|
Reference in New Issue
Block a user