ImgScroll/README.md

45 lines
712 B
Markdown
Raw Normal View History

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