You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also save your username and password in a `.iliaslogin` file: (located in the output folder)
91
95
```
92
96
username
93
97
password
94
98
```
95
99
100
+
When running the downloader multiple times in a short period of time, you may want to use the `--keep-session` flag.
101
+
If specified, the downloader will save and restore session cookies (`.iliassession` file in the output directory).
102
+
96
103
### Renaming course names (0.2.24+)
97
104
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.:
0 commit comments