Skip to content

Commit

Permalink
[ShanaprojectBridge] Fix broken bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
logmanoriginal committed Jun 9, 2019
1 parent 1efb7c7 commit 28d46b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/ShanaprojectBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ private function loadSeasonAnimeList(){
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\'!');

Expand Down

0 comments on commit 28d46b6

Please sign in to comment.