Handle exercise detail containers in ILIAS html parser

This commit is contained in:
I-Al-Istannen
2021-05-24 16:22:51 +02:00
parent d44f6966c2
commit 342076ee0e
2 changed files with 62 additions and 4 deletions

View File

@ -61,6 +61,7 @@ class KitIliasWebCrawlerSection(HttpCrawlerSection):
_DIRECTORY_PAGES: Set[IliasElementType] = set([
IliasElementType.EXERCISE,
IliasElementType.EXERCISE_FILES,
IliasElementType.FOLDER,
IliasElementType.MEETING,
IliasElementType.VIDEO_FOLDER,