From a70f05239a3be2cc12f5b508c1141e42ff3137d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 3 Dec 2020 10:09:01 +0100 Subject: [PATCH] feat(moodle-dl): download descriptions --- configs/moodle-dl.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/moodle-dl.nix b/configs/moodle-dl.nix index 322947f..ed1a13f 100644 --- a/configs/moodle-dl.nix +++ b/configs/moodle-dl.nix @@ -23,10 +23,10 @@ let 99813 # Altalbanisch 98681 # Geistliche Lyrik von Luther bis Lehnert 99667 # Antike Mythologie - 52365 # FSR KlassPhil + # 52365 # FSR KlassPhil ]; download_submissions = true; - download_descriptions = false; + download_descriptions = true; download_links_in_descriptions = false; download_databases = false; download_forums = false;