1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-18 05:08:15 +01:00
ripme/README.md

49 lines
940 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-27 04:54:04 -07:00
Album ripper for various websites. Runs on your computer. Requires Java 1.6
2014-03-02 01:30:10 -08:00
2014-04-27 04:54:04 -07:00
[Download v1.x](http://rarchives.com/ripme.jar) (ripme.jar)
--------------------------
2014-04-06 23:08:55 -07:00
2014-04-27 04:54:04 -07:00
[Changelog](http://rarchives.com/ripme.json) (ripme.json)
--------------
2014-03-02 01:30:10 -08:00
2014-04-05 09:01:45 -07:00
Features
2014-04-27 04:54:04 -07:00
---------------
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
2014-04-27 04:54:04 -07:00
* flickr
* photobucket
* reddit
* gonewild
2014-03-12 19:43:19 -07:00
* motherless
* imagefap
* imagearn
* seenive
* vinebox
* 8muses
2014-04-05 09:01:45 -07:00
* deviantart
* xhamster
2014-04-27 04:54:04 -07:00
* (more)
2014-03-14 08:18:21 -07:00
2014-04-27 04:54:04 -07:00
Request more sites [here](https://github.com/4pr0n/ripme/issues/8)
2014-04-05 09:01:45 -07:00
Compiling & Building
2014-04-27 04:54:04 -07:00
--------------------
2014-04-05 09:01:45 -07:00
2014-04-27 04:54:04 -07:00
The project uses [Maven](http://maven.apache.org/). To build the .jar file using Maven, navigate to the root project directory and 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.