Adjustment to new website layout (#4020)

This commit is contained in:
Patrick 2024-03-17 19:03:09 +01:00 committed by GitHub
parent a61524bf77
commit 58e2b56d40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ class JohannesBlickBridge extends BridgeAbstract
or returnServerError('Could not request: ' . self::URI);
$html = defaultLinkTo($html, self::URI);
foreach ($html->find('td > a') as $index => $a) {
foreach ($html->find('ul[class=easyfolderlisting] > li > a') as $index => $a) {
$item = []; // Create an empty item
$articlePath = $a->href;
$item['title'] = $a->innertext;