FliegendeWurst / KIT-ILIAS-downloader

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

Add option to download all courses #30

Closed SolidTux closed 2 years ago

SolidTux commented 2 years ago

It would be great to have an easier to access option to just download everything. Currently this works for me by using the URL https://ilias.studium.kit.edu/ilias.php?cmdClass=ilmembershipoverviewgui&cmdNode=iy&baseClass=ilmembershipoverviewgui, but having a command line argument for this would be nice.

FliegendeWurst commented 2 years ago

Thanks for the suggestion, I added --all to download all courses in 0.3.3.

My main concern with this option is that the URL will change when ILIAS is updated.. (at least the "cmdNode=iy" part)

SolidTux commented 2 years ago

Awesome! I got that link from "Meine Kurse und Gruppen", maybe there's a way to scrape that link?