Skip to content

Commit

Permalink
Merge pull request #2 from RipMeApp/master
Browse files Browse the repository at this point in the history
Update to original
  • Loading branch information
EgorGornak authored Nov 26, 2017
2 parents 126d8f6 + f6d58ee commit 0e906a4
Show file tree
Hide file tree
Showing 63 changed files with 807 additions and 1,351 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"files.exclude": {
"target/**": true,
"**/.git": true,
"**/.DS_Store": true
"**/.DS_Store": true,
"**/*.class": true
},
"java.configuration.updateBuildConfiguration": "automatic"
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.rarchives.ripme</groupId>
<artifactId>ripme</artifactId>
<packaging>jar</packaging>
<version>1.6.13</version>
<version>1.7.2</version>
<name>ripme</name>
<url>http://rip.rarchives.com</url>
<properties>
Expand Down
5 changes: 4 additions & 1 deletion ripme.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"latestVersion": "1.6.13",
"latestVersion": "1.7.2",
"changeList": [
"1.7.2: InstagramRipper: Added support for ripping individual posts",
"1.7.1: Fix WordpressComicRipper's ripper for freeadultcomix.com; FuraffinityRipper can now rip public albums",
"1.7.0: Improved webtoons folder naming; Added code coverage with Coveralls.io; improved unit tests and code coverage; removed rippers for dead sites",
"1.6.13: Added support for ripping from instagram tags; Instagram regex now matches all ripable urls; improved regex for pichunter",
"1.6.12: Fix InstagramRipper with timestamps; Pichunter galleries support; logging improvements",
"1.6.11: dded pichunter.com ripper; Changed instagram output name format; added tehyiffgallery ripper; Fixed xchan ripper; Fixed regession in chanRipper folder naming",
Expand Down

This file was deleted.

180 changes: 0 additions & 180 deletions src/main/java/com/rarchives/ripme/ripper/rippers/CheebyRipper.java

This file was deleted.

65 changes: 0 additions & 65 deletions src/main/java/com/rarchives/ripme/ripper/rippers/DatwinRipper.java

This file was deleted.

Loading

0 comments on commit 0e906a4

Please sign in to comment.