0
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-29 14:56:19 +00:00

[ShanaprojectBridge] Fix broken bridge

This commit is contained in:
logmanoriginal 2019-06-09 19:04:56 +02:00
parent 1efb7c7bce
commit 28d46b6721

View File

@ -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\'!');