ImgScroll/README.md

45 lines
712 B
Markdown
Raw Normal View History

2014-04-05 18:01:45 +02:00
Ripme
2014-03-02 10:30:10 +01:00
=====
2014-04-05 18:01:45 +02:00
Client-side Java album ripper for various websites.
2014-03-02 10:30:10 +01:00
2014-04-07 08:08:55 +02:00
Releases
========
**Beta: [ripme.jar v 1.x](http://rarchives.com/ripme.jar)**
2014-03-02 10:30:10 +01:00
2014-04-05 18:01:45 +02:00
Features
2014-03-02 10:30:10 +01:00
========
2014-04-05 18:01:45 +02:00
* Quickly downloads all images in an online album (see supported sites below)
* Easily re-rip albums to fetch new content
2014-03-02 10:30:10 +01:00
2014-03-13 03:43:19 +01:00
Supported sites:
* imgur
* twitter
* tumblr
* instagram
* motherless
* imagefap
* imagearn
* seenive
* vinebox
* reddit
* gonewild
* 8muses
2014-04-05 18:01:45 +02:00
* deviantart
* xhamster
2014-03-14 16:18:21 +01:00
2014-04-11 16:02:05 +02:00
Request support for more sites [here](https://github.com/4pr0n/ripme/issues/8)
2014-04-05 18:01:45 +02:00
Compiling & Building
====================
To build the .jar file using Maven, run:
2014-03-14 16:18:21 +01:00
```bash
mvn clean compile assembly:single
```
2014-04-05 18:01:45 +02:00
This will include all dependencies in the JAR.