From 29bc40e282f190c903d0224b2330255dd89bcfe5 Mon Sep 17 00:00:00 2001 From: cyian-1756 Date: Fri, 10 Nov 2017 20:07:17 -0500 Subject: [PATCH] Update ripmes commandline options --- How-To-Run-RipMe.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/How-To-Run-RipMe.md b/How-To-Run-RipMe.md index f5d97eb..10a281c 100644 --- a/How-To-Run-RipMe.md +++ b/How-To-Run-RipMe.md @@ -13,11 +13,19 @@ Command Line Options -------------------- ``` usage: java -jar ripme.jar [OPTIONS] - -h,--help Print the help - -r,--rerip Re-rip all ripped albums - -t,--threads Number of download threads per rip - -u,--url URL of album to rip - -w,--overwrite Overwrite existing files + -4,--skip404 Don't retry after a 404 (not found) error + -d,--saveorder Save the order of images in album + -D,--nosaveorder Don't save order of images + -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 + -v,--version Show current version + -w,--overwrite Overwrite existing files ``` ## Docker