aboutsummaryrefslogtreecommitdiff
path: root/src/cli.yml
diff options
context:
space:
mode:
authorMariot Tsitoara <[email protected]>2021-01-06 17:32:23 +0100
committerMariot Tsitoara <[email protected]>2021-01-06 17:32:23 +0100
commit0a42f67b3ac10ac27ec7ee1bcf62bc8628c232e0 (patch)
treef83a0f39469cf890be8d42582d5421cded762a43 /src/cli.yml
parentLimit runtime for reloading (diff)
downloadchan-downloader-0a42f67b3ac10ac27ec7ee1bcf62bc8628c232e0.tar.xz
chan-downloader-0a42f67b3ac10ac27ec7ee1bcf62bc8628c232e0.zip
Use concurrent downloadsv0.2.0
Diffstat (limited to 'src/cli.yml')
-rw-r--r--src/cli.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/cli.yml b/src/cli.yml
index 3310e01..262c2b6 100644
--- a/src/cli.yml
+++ b/src/cli.yml
@@ -1,5 +1,5 @@
name: chan-downloader
-version: "0.1.8"
+version: "0.2.0"
author: "Mariot Tsitoara <[email protected]>"
about: CLI to download all images/webms of a 4chan thread
args:
@@ -32,3 +32,9 @@ args:
value_name: limit
help: Time limit for execution (in minutes. Default is 120)
takes_value: true
+ - concurrent:
+ short: c
+ long: concurrent
+ value_name: concurrent
+ help: Number of concurrent requests (Default is 2)
+ takes_value: true