Custom Ripper from https://github.com/RipMeApp/ripme
b0d13d51b1
Reproducing bug showed cross-thread UI manipulation. Added thread-safety to two commonly-called events: 1) beginning of rip -> pack() on main JFrame 2) updating of rip status -> Appending text to log text box |
||
---|---|---|
.settings | ||
src | ||
.classpath | ||
.gitignore | ||
.project | ||
pom.xml | ||
README.md |
Ripme
Client-side Java album ripper for various websites.
Releases
Beta: ripme.jar v 1.x
Features
- Quickly downloads all images in an online album (see supported sites below)
- Easily re-rip albums to fetch new content
Supported sites:
- imgur
- tumblr
- motherless
- imagefap
- imagearn
- seenive
- vinebox
- gonewild
- 8muses
- deviantart
- xhamster
Request support for more sites here
Compiling & Building
To build the .jar file using Maven, run:
mvn clean compile assembly:single
This will include all dependencies in the JAR.