FliegendeWurst / KIT-ILIAS-downloader

Downloader for https://ilias.studium.kit.edu/
GNU General Public License v3.0
42 stars 9 forks source link

Add an option to rename course names with a .toml file #19

Closed probstlukas closed 3 years ago

probstlukas commented 3 years ago

Closes #12. This allows the creation of a file "course_names.toml" in the output directory to rename course names according to the following scheme: <original name> = <new name>. For example: "24030 – Programmierparadigmen" = "Propa".

Note: Do not forget to change the name in the corresponding .iliasignore file.

FliegendeWurst commented 3 years ago

Thanks for your contribution :heart:

I've made some small fixes in the code, feel free to check them out..