mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
Version 0.2
This commit is contained in:
parent
6fea6f2d0f
commit
3bf3b16648
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2,7 +2,7 @@
|
|||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "KIT-ILIAS-downloader"
|
name = "KIT-ILIAS-downloader"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"error-chain",
|
"error-chain",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "KIT-ILIAS-downloader"
|
name = "KIT-ILIAS-downloader"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = ["FliegendeWurst <2012gdwu@web.de>"]
|
authors = ["FliegendeWurst <2012gdwu@web.de>"]
|
||||||
license = "GPL-2.0"
|
license = "GPL-2.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
@ -21,13 +21,14 @@ $ cp target/release/KIT-ILIAS-downloader [directory in $PATH]
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ KIT-ILIAS-downloader --help
|
$ KIT-ILIAS-downloader --help
|
||||||
KIT-ILIAS-downloader 0.1.0
|
KIT-ILIAS-downloader 0.2.0
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
KIT-ILIAS-downloader [FLAGS] --output <output>
|
KIT-ILIAS-downloader [FLAGS] [OPTIONS] --output <output>
|
||||||
|
|
||||||
FLAGS:
|
FLAGS:
|
||||||
-f, Re-download already present files
|
-f Re-download already present files
|
||||||
|
-t, --forum Download forum content
|
||||||
-h, --help Prints help information
|
-h, --help Prints help information
|
||||||
-n, --no-videos Do not download Opencast videos
|
-n, --no-videos Do not download Opencast videos
|
||||||
-s, --skip-files Do not download files
|
-s, --skip-files Do not download files
|
||||||
@ -35,6 +36,7 @@ FLAGS:
|
|||||||
-v Verbose logging (print objects downloaded)
|
-v Verbose logging (print objects downloaded)
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
|
-j, --jobs <jobs> Parallel download jobs [default: 1]
|
||||||
-o, --output <output> Output directory
|
-o, --output <output> Output directory
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user