Skip to content

Commit

Permalink
Adjustment to new website layout (#4020)
Browse files Browse the repository at this point in the history
  • Loading branch information
jummo authored Mar 17, 2024
1 parent a61524b commit 58e2b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/JohannesBlickBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function collectData()
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;
Expand Down

0 comments on commit 58e2b56

Please sign in to comment.