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