[AnnasArchiveBridge] Fix book list CSS selector (#4619)

This commit is contained in:
July 2025-08-03 18:17:01 -04:00 committed by GitHub
parent 696aed22cc
commit 52be29d3ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,7 +126,7 @@ class AnnasArchiveBridge extends BridgeAbstract
return; return;
} }
$elements = $list->find('.w-full > .mb-4 > div'); $elements = $list->find('#aarecord-list > div');
foreach ($elements as $element) { foreach ($elements as $element) {
// stop added entries once partial match list starts // stop added entries once partial match list starts
if (str_contains($element->innertext, 'partial match')) { if (str_contains($element->innertext, 'partial match')) {