mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-26 15:24:51 +02:00
1.7.72: tumblr ripper now respects download.save_order; Tumblr ripper now can rip from liked pages
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -4,7 +4,7 @@
|
||||
<groupId>com.rarchives.ripme</groupId>
|
||||
<artifactId>ripme</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.7.71</version>
|
||||
<version>1.7.72</version>
|
||||
<name>ripme</name>
|
||||
<url>http://rip.rarchives.com</url>
|
||||
<properties>
|
||||
|
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"latestVersion": "1.7.71",
|
||||
"latestVersion": "1.7.72",
|
||||
"currentHash": "64b3bb094b70f17c0e77f8921025213a4c6135ab75e2e6fac697f24985012a73",
|
||||
"changeList": [
|
||||
"1.7.72: tumblr ripper now respects download.save_order; Tumblr ripper now can rip from liked pages",
|
||||
"1.7.71: Fixed Erome ripper; Remove HexBinaryAdapter import remnant; fized photobucket watermark issue; add derpi ripper; added support for 4channel.org",
|
||||
"1.7.70: Added arabic translation; Updater now works on java 10; Fixed mangadex ripper",
|
||||
"1.7.69: Fixes TheChive bug so that it can now rip gifs; e621 ripper now rips all media types; Upgraded org.apache.httpcomponents to 4.3.6; Added ripper for Mangadex.org; Added ripper for various duckmovie frontends; reddit ripper no longer freezes when ripping certain links",
|
||||
@@ -242,6 +244,5 @@
|
||||
"1.0.4: Fixed spaces-in-directory bug",
|
||||
"1.0.3: Added VK.com ripper",
|
||||
"1.0.1: Added auto-update functionality"
|
||||
],
|
||||
"currentHash": "c34c6a40b471cd5cbdefdaadf6eacdad4c6b87ff12797daff7f2edc79b6fe176"
|
||||
]
|
||||
}
|
@@ -19,7 +19,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.7.71";
|
||||
private static final String DEFAULT_VERSION = "1.7.72";
|
||||
private static final String REPO_NAME = "ripmeapp/ripme";
|
||||
private static final String updateJsonURL = "https://raw.githubusercontent.com/" + REPO_NAME + "/master/ripme.json";
|
||||
private static final String mainFileName = "ripme.jar";
|
||||
|
Reference in New Issue
Block a user