Fix exercise crawling

This commit is contained in:
I-Al-Istannen
2025-04-25 13:45:57 +02:00
parent b305e1ce23
commit 4c230ef6dd
3 changed files with 95 additions and 65 deletions

View File

@ -107,6 +107,7 @@ class IliasWebCrawlerSection(HttpCrawlerSection):
_DIRECTORY_PAGES: Set[IliasElementType] = {
IliasElementType.EXERCISE,
IliasElementType.EXERCISE_FILES,
IliasElementType.EXERCISE_OVERVIEW,
IliasElementType.FOLDER,
IliasElementType.INFO_TAB,
IliasElementType.MEDIACAST_VIDEO_FOLDER,