mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 22:57:26 +02:00
[ShanaprojectBridge] Fix broken bridge
This commit is contained in:
@@ -13,7 +13,7 @@ class ShanaprojectBridge extends BridgeAbstract {
|
|||||||
if(!$html)
|
if(!$html)
|
||||||
returnServerError('Could not load \'seasons\' page!');
|
returnServerError('Could not load \'seasons\' page!');
|
||||||
|
|
||||||
$season = $html->find('div.follows_menu/a', 1);
|
$season = $html->find('div.follows_menu a', 1);
|
||||||
if(!$season)
|
if(!$season)
|
||||||
returnServerError('Could not find \'Season Anime List\'!');
|
returnServerError('Could not find \'Season Anime List\'!');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user