FliegendeWurst / KIT-ILIAS-downloader

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

Split/Merge Courses by ref_id #31

Open amikabo opened 2 years ago

amikabo commented 2 years ago

Some of the courses from different semesters (different ref_id) have same course name and mostly same structure. After downloading they all merge in one folder and if files in courses have different names, the they can be split manually, but if names of the files are the same, every time it download from one courses and then replace from the last.

SS2021 > Algorithms 1 / Lectures / Lecture 1.pdf SS2022 > Algorithms 1 / Lectures / Lecture 1.pdf

  1. Is it possible to download course by it ref_id manually?
  2. By creating a folder add in the beginning of course name add year from the date of creation?
FliegendeWurst commented 2 years ago

You have three options:

The first two solutions require that you remove the old course from your favorites / dashboard.

I could also create a config option to rename courses based on their ref_id. That way we could also (finally) get a consistent naming scheme..