mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 09:09:37 +00:00
[ShanaprojectBridge] Fix broken bridge
This commit is contained in:
parent
1efb7c7bce
commit
28d46b6721
@ -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\'!');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user