diff options
| author | Mariot Tsitoara <[email protected]> | 2021-01-03 23:01:24 +0100 |
|---|---|---|
| committer | Mariot Tsitoara <[email protected]> | 2021-01-03 23:01:24 +0100 |
| commit | a69b791bcc91539845347c760023fffe880b1d9f (patch) | |
| tree | bf04ccfb69986f3253312c7fde39d76b277439b3 | |
| parent | Use bytes instead of text for image saving (diff) | |
| download | chan-downloader-a69b791bcc91539845347c760023fffe880b1d9f.tar.xz chan-downloader-a69b791bcc91539845347c760023fffe880b1d9f.zip | |
Add new options to README
| -rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |