KIT-ILIAS-downloader
KIT-ILIAS-downloader copied to clipboard
Issue with :
There seems to be an issue with courses containing a :
in their name. They are not downloaded and there is no warning message. I don't know if this is also the case for file names etc.
EDIT: This also is the case for courses containing /
in the name. I don't know how i found out that it needs to be replaced by -
in the .iliasignore
I did some research and the solution for :
seems to be to replace it with a -
. This should either be mentioned in the docs or done automatically by the program.
File names should already be modified to prevent this kind of issue:
https://github.com/FliegendeWurst/KIT-ILIAS-downloader/blob/be52d67364fc3be8ae047ff0f7e269013a6dd0b0/src/util.rs#L54-L61
Please describe your situation in more detail (which course?)
This issue is about the .iliasignore
syntax. My workflow is as follows:
I exclude all folders and add only the ones I need. For that, I copy the exact course title. However the exact course title contains those characters, which results in the courses not being crawled.
One course where this occurs is named "Channel Coding: Algebraic Methods for Communications and Storage"