Fix wrong base URL for multi-stage pages

This commit is contained in:
I-Al-Istannen
2021-06-13 15:39:22 +02:00
parent 70b33ecfd9
commit 70ec64a48b
3 changed files with 5 additions and 2 deletions

View File

@ -480,7 +480,7 @@ class IliasPage:
return None
if "opencast" in str(img_tag["alt"]).lower():
return IliasElementType.VIDEO_FOLDER
return IliasElementType.VIDEO_FOLDER_MAYBE_PAGINATED
if str(img_tag["src"]).endswith("icon_exc.svg"):
return IliasElementType.EXERCISE