From 5fdb61203349cd2a825c1fa919b0c213c77c1554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 9 Apr 2021 15:45:50 +0200 Subject: [PATCH] feat(moodle-dl): add first ss21 courses --- configs/moodle-dl.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/moodle-dl.nix b/configs/moodle-dl.nix index 3f14c76..22b516f 100644 --- a/configs/moodle-dl.nix +++ b/configs/moodle-dl.nix @@ -27,6 +27,7 @@ in moodle_domain = "moodle.hu-berlin.de"; moodle_path = "/"; download_course_ids = [ + # WS 2020 99881 # Dialektologie 100183 # Onomastik 100353 # Sanskrit I @@ -37,6 +38,11 @@ in 98681 # Geistliche Lyrik von Luther bis Lehnert 99667 # Antike Mythologie # 52365 # FSR KlassPhil + + # SS 2021 + 104850 # Metrik + 103274 # Marc Aurel + 102909 # Sanskrit II ]; download_submissions = true; download_descriptions = true;