mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
Update README
This commit is contained in:
parent
ed82d357ed
commit
6f8eb50000
28
README.md
28
README.md
@ -36,23 +36,25 @@ $ KIT-ILIAS-downloader -o ./ILIAS/WS2021-HM1 --sync-url 'https://ilias.studium.k
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ KIT-ILIAS-downloader --help
|
$ KIT-ILIAS-downloader --help
|
||||||
KIT-ILIAS-downloader 0.2.23
|
KIT-ILIAS-downloader 0.2.24
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
KIT-ILIAS-downloader [FLAGS] [OPTIONS] --output <output>
|
KIT-ILIAS-downloader [FLAGS] [OPTIONS] --output <output>
|
||||||
|
|
||||||
FLAGS:
|
FLAGS:
|
||||||
--check-videos Re-check OpenCast lectures (slow)
|
--check-videos Re-check OpenCast lectures (slow)
|
||||||
--content-tree Use content tree (experimental)
|
--combine-videos Combine videos if there is more than one stream (requires ffmpeg)
|
||||||
-f Re-download already present files
|
--content-tree Use content tree (experimental)
|
||||||
-t, --forum Download forum content
|
-f Re-download already present files
|
||||||
-h, --help Prints help information
|
-t, --forum Download forum content
|
||||||
--keep-session Attempt to re-use session cookies
|
-h, --help Prints help information
|
||||||
--keyring Use the system keyring
|
--keep-session Attempt to re-use session cookies
|
||||||
-n, --no-videos Do not download Opencast videos
|
--keyring Use the system keyring
|
||||||
-s, --skip-files Do not download files
|
-n, --no-videos Do not download Opencast videos
|
||||||
-V, --version Prints version information
|
--save-ilias-pages Save overview pages of ILIAS courses and folders
|
||||||
-v Verbose logging
|
-s, --skip-files Do not download files
|
||||||
|
-V, --version Prints version information
|
||||||
|
-v Verbose logging
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
-j, --jobs <jobs> Parallel download jobs [default: 1]
|
-j, --jobs <jobs> Parallel download jobs [default: 1]
|
||||||
@ -93,7 +95,7 @@ password
|
|||||||
### Renaming course names (0.2.24+)
|
### Renaming course names (0.2.24+)
|
||||||
If you'd like to avoid unwieldy course names (e.g. "24030 – Programmierparadigmen"), you can create a `course_names.toml` file in the output directory. It should contain the desired mapping of course names to folder names, e.g.:
|
If you'd like to avoid unwieldy course names (e.g. "24030 – Programmierparadigmen"), you can create a `course_names.toml` file in the output directory. It should contain the desired mapping of course names to folder names, e.g.:
|
||||||
```
|
```
|
||||||
"24030 – Programmierparadigmen" = "Propa"
|
"24030 – Programmierparadigmen" = "ProPa"
|
||||||
"Numerische Mathematik für die Fachrichtungen Informatik und Ingenieurwesen" = "Numerik"
|
"Numerische Mathematik für die Fachrichtungen Informatik und Ingenieurwesen" = "Numerik"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user