Fix personal desktop crawling with ILIAS 8

This commit is contained in:
I-Al-Istannen
2024-04-10 01:01:59 +02:00
parent da627ff929
commit 1cbc2b717a
2 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,9 @@ ambiguous situations.
## Unreleased
### Fixed
- Crawling of personal desktop with ILIAS 8
## 3.5.1 - 2024-04-09
### Added

View File

@ -228,7 +228,7 @@ instance's greatest bottleneck.
await self._crawl_url(root_url, expected_id=course_id)
async def _crawl_desktop(self) -> None:
appendix = r"ILIAS\PersonalDesktop\PDMainBarProvider|mm_pd_sel_items"
appendix = r"ILIAS\Repository\Provider\RepositoryMainBarProvider|mm_pd_sel_items"
appendix = appendix.encode("ASCII").hex()
await self._crawl_url(self._base_url + "/gs_content.php?item=" + appendix)