mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
Adjustment to new website layout (#4020)
This commit is contained in:
parent
a61524bf77
commit
58e2b56d40
@ -13,7 +13,7 @@ class JohannesBlickBridge extends BridgeAbstract
|
|||||||
or returnServerError('Could not request: ' . self::URI);
|
or returnServerError('Could not request: ' . self::URI);
|
||||||
|
|
||||||
$html = defaultLinkTo($html, 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
|
$item = []; // Create an empty item
|
||||||
$articlePath = $a->href;
|
$articlePath = $a->href;
|
||||||
$item['title'] = $a->innertext;
|
$item['title'] = $a->innertext;
|
||||||
|
Loading…
Reference in New Issue
Block a user