diff --git a/README.md b/README.md index f44a87a..e03aeb8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,10 @@ This script was written in python 3.10.4 and the following packages: | requests | 2.31.0 | ## Features -This script should be able to download all file directly linked to in moodle ressources and folders. It is not able to download files from secondary sources. +Currently downloads: +- ressources +- folders +- assignments ## Usage The script is pretty simple to use. Just provide a moodle link and authentication information like this: @@ -40,4 +43,3 @@ python main.py -u USER -p PASSWORD -d /moodle -m https://moodlearchive.epfl.ch/2 ## Planned - [ ] Download submission files - [ ] Create url files for secondary urls --