From 2938436b4cba9217083361937f5864cbf157e847 Mon Sep 17 00:00:00 2001 From: cyian-1756 Date: Sun, 2 Sep 2018 18:02:20 -0400 Subject: [PATCH] Added note about url range downloading --- How-To-Run-RipMe.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/How-To-Run-RipMe.md b/How-To-Run-RipMe.md index f1273a9..70a8d83 100644 --- a/How-To-Run-RipMe.md +++ b/How-To-Run-RipMe.md @@ -34,4 +34,10 @@ usage: java -jar ripme.jar [OPTIONS] ## Docker -[Docker](https://hub.docker.com/r/kastang/ripme) for deploying an environment suitable to run RipMe by [@JoshKastang](https://github.com/JoshKastang) ([#469](https://github.com/4pr0n/ripme/issues/469)) \ No newline at end of file +[Docker](https://hub.docker.com/r/kastang/ripme) for deploying an environment suitable to run RipMe by [@JoshKastang](https://github.com/JoshKastang) ([#469](https://github.com/4pr0n/ripme/issues/469)) + +## Downloading a URL range + +To download a range of URLs with ripme enter the URL into the rip field and write the range you want to down as "{RANGE_START-RANGE_END}" for example to download url.tld/1, url.tld/2 and url.tld/3 you'd enter http://url.tld/{1-3} + +Many rippers will throw a "No compatible ripper found!" warning when you enter a URL with a range, however clicking rip will properly rip these urls \ No newline at end of file