mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Explain when ignoring elements
This commit is contained in:
parent
b6b94c3d34
commit
f510a5b94b
1 changed files with 4 additions and 0 deletions
|
|
@ -332,6 +332,10 @@ instance's greatest bottleneck.
|
|||
# This is symptomatic of no access to the element, for example, because
|
||||
# of time availability restrictions.
|
||||
if "cmdClass=ilInfoScreenGUI" in element.url and "cmd=showSummary" in element.url:
|
||||
log.explain(
|
||||
"Skipping element as url points to info screen, "
|
||||
"this should only happen with not-yet-released elements"
|
||||
)
|
||||
return None
|
||||
|
||||
if element.type in _VIDEO_ELEMENTS:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue