mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-06 00:27:27 +02:00
Adjustment to new website layout (#4020)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user