mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 07:37:27 +02:00
[CastorusBridge] Fix broken activity selector
This commit is contained in:
@@ -83,7 +83,7 @@ class CastorusBridge extends BridgeAbstract {
|
|||||||
if(!$html)
|
if(!$html)
|
||||||
returnServerError('Could not load data from ' . self::URI . '!');
|
returnServerError('Could not load data from ' . self::URI . '!');
|
||||||
|
|
||||||
$activities = $html->find('div#activite/li');
|
$activities = $html->find('div#activite > li');
|
||||||
|
|
||||||
if(!$activities)
|
if(!$activities)
|
||||||
returnServerError('Failed to find activities!');
|
returnServerError('Failed to find activities!');
|
||||||
|
Reference in New Issue
Block a user