mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-01 14:20:16 +02:00
[AO3Bridge] Fix bad heading selector (#4045)
This commit is contained in:
@@ -77,7 +77,7 @@ class AO3Bridge extends BridgeAbstract
|
||||
$html = defaultLinkTo($html, self::URI);
|
||||
|
||||
// Get list title. Will include page range + count in some cases
|
||||
$heading = ($html->find('#main > h2', 0));
|
||||
$heading = ($html->find('#main h2', 0));
|
||||
if ($heading->find('a.tag')) {
|
||||
$heading = $heading->find('a.tag', 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user