44 lines
633 B
Markdown
44 lines
633 B
Markdown
Ripme
|
|
=====
|
|
|
|
Client-side Java album ripper for various websites.
|
|
|
|
Releases
|
|
========
|
|
|
|
**Beta: [ripme.jar v 1.x](http://rarchives.com/ripme.jar)**
|
|
|
|
Features
|
|
========
|
|
|
|
* Quickly downloads all images in an online album (see supported sites below)
|
|
* Easily re-rip albums to fetch new content
|
|
|
|
Supported sites:
|
|
* imgur
|
|
* twitter
|
|
* tumblr
|
|
* instagram
|
|
* motherless
|
|
* imagefap
|
|
* imagearn
|
|
* seenive
|
|
* vinebox
|
|
* reddit
|
|
* gonewild
|
|
* 8muses
|
|
* deviantart
|
|
* xhamster
|
|
|
|
|
|
Compiling & Building
|
|
====================
|
|
|
|
To build the .jar file using Maven, run:
|
|
|
|
```bash
|
|
mvn clean compile assembly:single
|
|
```
|
|
|
|
This will include all dependencies in the JAR.
|