Skip to content

Commit

Permalink
Merge pull request #214 from serlo/7QYww-kulla-2024-07-09-16-22
Browse files Browse the repository at this point in the history
hotfix: Remove course from RSS feed
  • Loading branch information
kulla authored Jul 9, 2024
2 parents 58be3cb + fa7526d commit 6b4cbf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions convert2rss.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b4cbf0

Please sign in to comment.