KIT-ILIAS-downloader/README.md

45 lines
1.1 KiB
Markdown
Raw Normal View History

2020-04-21 20:41:28 +00:00
# KIT-ILIAS-downloader
Download content from ILIAS. That includes:
2020-04-21 21:03:30 +00:00
* files (latest version)
2020-04-21 20:41:28 +00:00
* Opencast lectures
## Installation
2020-04-21 21:49:24 +00:00
Go to the [releases](../../releases) and get the executable for your operating system. Alternatively compile from source:
2020-04-21 20:41:28 +00:00
```sh
$ git clone https://github.com/FliegendeWurst/KIT-ILIAS-downloader
...
$ cd KIT-ILIAS-downloader
$ cargo build --release
...
$ cp target/release/KIT-ILIAS-downloader [directory in $PATH]
```
## Usage
2020-04-21 21:03:30 +00:00
```sh
$ KIT-ILIAS-downloader --help
2020-04-22 10:21:58 +00:00
KIT-ILIAS-downloader 0.2.0
2020-04-21 21:03:30 +00:00
USAGE:
2020-04-22 10:21:58 +00:00
KIT-ILIAS-downloader [FLAGS] [OPTIONS] --output <output>
2020-04-21 21:03:30 +00:00
FLAGS:
2020-04-22 10:21:58 +00:00
-f Re-download already present files
-t, --forum Download forum content
2020-04-21 21:03:30 +00:00
-h, --help Prints help information
-n, --no-videos Do not download Opencast videos
-s, --skip-files Do not download files
-V, --version Prints version information
2020-04-21 21:35:12 +00:00
-v Verbose logging (print objects downloaded)
2020-04-21 21:03:30 +00:00
OPTIONS:
2020-04-22 10:21:58 +00:00
-j, --jobs <jobs> Parallel download jobs [default: 1]
2020-04-21 21:03:30 +00:00
-o, --output <output> Output directory
```
2020-04-21 20:41:28 +00:00
## Credits
Inspired by https://github.com/brantsch/kit-ilias-fuse.