mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Fix personal desktop crawling HTML warnings
This commit is contained in:
parent
4a5959fd58
commit
3db186a978
1 changed files with 4 additions and 0 deletions
|
|
@ -378,6 +378,10 @@ class IliasPage:
|
|||
name = _sanitize_path_name(link.text.strip())
|
||||
url = self._abs_url_from_link(link)
|
||||
|
||||
if "cmd=manage" in url and "cmdClass=ilPDSelectedItemsBlockGUI" in url:
|
||||
# Configure button/link does not have anything interesting
|
||||
continue
|
||||
|
||||
type = self._find_type_from_link(name, link, url)
|
||||
if not type:
|
||||
_unexpected_html_warning()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue