mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
Adjustment to new website layout (#4020)
This commit is contained in:
parent
a61524bf77
commit
58e2b56d40
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue