KIT-ILIAS-downloader icon indicating copy to clipboard operation
KIT-ILIAS-downloader copied to clipboard

Issue with :

Open funnym0nk3y opened this issue 2 years ago • 3 comments

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

funnym0nk3y avatar Jan 31 '23 22:01 funnym0nk3y

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.

funnym0nk3y avatar Feb 01 '23 11:02 funnym0nk3y

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?)

FliegendeWurst avatar Feb 02 '23 07:02 FliegendeWurst

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"

funnym0nk3y avatar Feb 03 '23 07:02 funnym0nk3y