1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-02-22 07:03:35 +01:00
soloturn 118c353f2d tag slow tests, so they can be excluded/included
as the runtime of the tests can be long, tag the slow ones so they can
be excluded more easy on the command line or configuration. see here
for hints:
https://mkyong.com/junit5/junit-5-tagging-and-filtering-tag-examples/
https://stackoverflow.com/questions/60474190/how-to-include-exclude-junit5-tags-in-gradle-cmd

to run tests with tag slow only, or not run tags with tag slow do,
quoting the expression might be necessary depending on the shell:
  mvn clean install -Dtest=FuraffinityRipperTest -Dgroups=slow
  mvn clean install -Dtest=FuraffinityRipperTest '-Dgroups=!slow'
2020-10-25 10:36:48 +01:00
2019-08-30 13:24:04 -05:00
2018-08-07 09:35:24 -03:00
2019-08-19 16:19:09 -04:00
2019-08-30 15:14:50 -05:00

RipMe Licensed under the MIT License Join the chat at https://gitter.im/RipMeApp/Lobby Subreddit

Build Status Coverage Status

Contribute

RipMe is maintained with ♥️ and in our limited free time by @MetaPrime, @cyian-1756 and @kevin51jiang. If you'd like to contribute but aren't good with code, help keep us happy with a small contribution!

Tip with PayPal Tip with PayPal Tip with PayPal Tip with PayPal Tip with PayPal Tip with PayPal

About

RipMe is an album ripper for various websites. It is a cross-platform tool that runs on your computer, and requires Java 8. RipMe has been tested and confirmed working on Windows, Linux and MacOS.

Screenshot

Downloads

Download ripme.jar from the latest release.

Note: If you're currently using version 1.2.x, 1.3.x or 1.7.49, you will not automatically get updates to the newest versions. We recommend downloading the latest version from the link above.

For information about running the .jar file, see the How To Run wiki.

Installation

On macOS, there is a cask.

breww cask install ripme && xattr -d com.apple.quarantine /Applications/ripme.jar

Changelog

Changelog (ripme.json)

Features

  • Quickly downloads all images in an online album. See supported sites
  • Easily re-rip albums to fetch new content
  • Built in updater
  • Skips already downloaded images by default
  • Can auto skip e-hentai and nhentai albums containing certain tags. See here for how to enable
  • Download a range of urls. See here for how

List of Supported Sites

  • imgur
  • twitter
  • tumblr
  • instagram
  • flickr
  • photobucket
  • reddit
  • gonewild
  • motherless
  • imagefap
  • imagearn
  • seenive
  • vinebox
  • 8muses
  • deviantart
  • xhamster
  • (more)

Not Supported?

Request support for more sites by adding a comment to this Github issue.

If you're a developer, you can add your own Ripper by following the wiki guide: How To Create A Ripper for HTML Websites.

Compiling & Building

The project uses Maven. To build the .jar file using Maven, navigate to the root project directory and run:

mvn clean compile assembly:single

This will include all dependencies in the JAR.

Running Tests

Tests can be marked as beeing slow or not. Default is to run all tests. Slow tests can be excluded to run, and slow tests can be run on its own. After building you can run tests, quoting might be necessary depending on your shell:

mvn test
mvn test -Dgroups=slow
mvn test '-Dgroups=!slow'

Please note that some tests may fail as sites change and our rippers become out of date. Start by building and testing a released version of RipMe and then ensure that any changes you make do not cause more tests to break.

Description
No description provided
Readme 8.5 MiB
Languages
Java 98.8%
Python 0.7%
Shell 0.2%
Kotlin 0.2%