unimi-dl
unimi-dl copied to clipboard
Ariel++
Right now this PR implements following feature:
- [x] [ARIEL] Interactive navigation of all courses available and selection of
attachmentsto download - [x] [ARIEL] Direct download using a link
But it needs a heavy refactor, in particular regarding Platform concrete implementation (Ariel, Panopto), maybe we should rethink the whole logic.
The original idea was having a common session manager for Unimi shared between Ariel and Panopto, and in the entrypoint the correct session would be retrieved.
Ariel implements the navigation through a tree, but the implementation is too clunky and messy