https://github.com/ripmeapp/ripme-docker
Official ripme docker package
https://github.com/ripmeapp/ripme-docker
Last synced: 6 months ago
JSON representation
Official ripme docker package
- Host: GitHub
- URL: https://github.com/ripmeapp/ripme-docker
- Owner: RipMeApp
- Created: 2018-10-14T20:23:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-22T12:52:51.000Z (over 5 years ago)
- Last Synced: 2025-01-18T11:28:26.064Z (over 1 year ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 25
- Watchers: 6
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-ripme
Lightweight (alpine) image for [ripme](https://github.com/ripmeapp/ripme).
## Build
To build the docker image run
```
git clone https://github.com/RipMeApp/ripme-docker.git
docker build --tag ripme ripme-docker
```
## Usage
`docker run -i -t ripme -h`
```
Loaded file:/app/ripme.jar!/rip.properties
Loaded log4j.properties
Initialized ripme v1.4.4
usage: java -jar ripme.jar [OPTIONS]
-4,--skip404 Don't retry after a 404 (not found) error
-D,--nosaveorder Don't save order of images
-d,--saveorder Save the order of images in album
-f,--urls-file Rip URLs from a file.
-h,--help Print the help
-l,--ripsdirectory Rips Directory (Default: ./rips)
-n,--no-prop-file Do not create properties file.
-r,--rerip Re-rip all ripped albums
-R,--rerip-selected Re-rip all selected albums
-t,--threads Number of download threads per rip
-u,--url URL of album to rip
-w,--overwrite Overwrite existing files
```