aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariot Tsitoara <[email protected]>2021-01-03 23:01:24 +0100
committerMariot Tsitoara <[email protected]>2021-01-03 23:01:24 +0100
commita69b791bcc91539845347c760023fffe880b1d9f (patch)
treebf04ccfb69986f3253312c7fde39d76b277439b3
parentUse bytes instead of text for image saving (diff)
downloadchan-downloader-a69b791bcc91539845347c760023fffe880b1d9f.tar.xz
chan-downloader-a69b791bcc91539845347c760023fffe880b1d9f.zip
Add new options to README
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index c044ccc..e7afe23 100644
--- a/README.md
+++ b/README.md
@@ -5,15 +5,18 @@ CLI to download all images/webms of a 4chan thread
```
USAGE:
- chan-downloader --thread <thread>
+ chan-downloader [FLAGS] [OPTIONS] --thread <thread>
FLAGS:
-h, --help Prints help information
+ -r, --reload Reload thread every t minutes to get new images
-V, --version Prints version information
OPTIONS:
- -o, --output <output> Output directory (Default is 'downloads')
- -t, --thread <thread> URL of the thread
+ -i, --interval <interval> Time between each reload (in minutes. Default is 5)
+ -l, --limit <limit> Time limit for execution (in minutes. Default is 120)
+ -o, --output <output> Output directory (Default is 'downloads')
+ -t, --thread <thread> URL of the thread
```
chan_downloader