[ShanaprojectBridge] Fix broken bridge
This commit is contained in:
parent
1efb7c7bce
commit
28d46b6721
1 changed files with 1 additions and 1 deletions
|
@ -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\'!');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue