Skip to content

Commit

Permalink
1.7.86: Added Meituri Ripper; fixed -u flag; Fixed pornhub ripper; Xh…
Browse files Browse the repository at this point in the history
…amster ripper can now queue users videos
  • Loading branch information
cyian-1756 committed Jul 26, 2019
1 parent bd58568 commit ae8c071
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.rarchives.ripme</groupId>
<artifactId>ripme</artifactId>
<packaging>jar</packaging>
<version>1.7.85</version>
<version>1.7.86</version>
<name>ripme</name>
<url>http://rip.rarchives.com</url>
<properties>
Expand Down
7 changes: 4 additions & 3 deletions ripme.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"latestVersion": "1.7.85",
"latestVersion": "1.7.86",
"currentHash": "d78f7dfaa8ef55575a8485cdf93bbd09e3ea9a3bd224e84e970bcdd0a51d5305",
"changeList": [
"1.7.86: Added Meituri Ripper; fixed -u flag; Fixed pornhub ripper; Xhamster ripper can now queue users videos",
"1.7.85: Fixed instagram ripper; Flickr ripper now downloads largest image",
"1.7.84: Fixed instagram ripper; xhamster ripper now accepts urls with page numbers; Fixed Deviantart Ripper",
"1.7.83: Added a ripper for hentaifox.com; Added ripper for Erofus.com; Fixed fsktr not ripping some images; Added support for Gfycat profiles; Added opt to disable prefix for HentaifoundryRipper ",
Expand Down Expand Up @@ -256,6 +258,5 @@
"1.0.4: Fixed spaces-in-directory bug",
"1.0.3: Added VK.com ripper",
"1.0.1: Added auto-update functionality"
],
"currentHash": "874aceffdad02ab8147b588641229a9743b8e78b3681b3ff5a733cbd2faa9009"
]
}
2 changes: 1 addition & 1 deletion src/main/java/com/rarchives/ripme/ui/UpdateUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public class UpdateUtils {

private static final Logger logger = Logger.getLogger(UpdateUtils.class);
private static final String DEFAULT_VERSION = "1.7.85";
private static final String DEFAULT_VERSION = "1.7.86";
private static final String REPO_NAME = "ripmeapp/ripme";
private static final String updateJsonURL = "https://raw.githubusercontent.com/" + REPO_NAME + "/master/ripme.json";
private static String mainFileName;
Expand Down

0 comments on commit ae8c071

Please sign in to comment.