1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-01-17 20:58:31 +01:00
ripme/README.md

35 lines
433 B
Markdown
Raw Normal View History

2014-03-02 01:30:10 -08:00
ripme
=====
Client-side album ripper for various websites.
Written in Java for cross-platform support.
releases
========
2014-03-12 19:43:19 -07:00
**Early alpha release of [ripme.jar](http://rarchives.com/ripme.jar)**
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-03-14 08:18:21 -07:00
building
========
To build the .jar file, run:
```bash
mvn clean compile assembly:single
```