From fa7526d15f37528a949299e7c53aa753f7d03f1f Mon Sep 17 00:00:00 2001 From: Stephan Kulla Date: Tue, 9 Jul 2024 18:22:34 +0200 Subject: [PATCH] hotfix: Remove course from RSS feed --- convert2rss.py | 1 + 1 file changed, 1 insertion(+) diff --git a/convert2rss.py b/convert2rss.py index 533935d..b5e0790 100755 --- a/convert2rss.py +++ b/convert2rss.py @@ -87,6 +87,7 @@ def is_the_subject_math(res): if is_in_german(res) and has_description(res) and not is_a_video_resource(res) + and not "Course" in res["type"] and not is_a_quiz_resource(res) and is_the_subject_math(res) and get_license_name(res["license"]["id"]) is not None