mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[AO3Bridge] Fix bad heading selector (#4045)
This commit is contained in:
parent
d5d470cbc2
commit
7001fbaf49
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user