mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 05:40:24 +02:00
DoujinStyleBridge: Update html tags (#3581)
This commit is contained in:
@@ -72,7 +72,7 @@ class DoujinStyleBridge extends BridgeAbstract
|
||||
$item['content'] = "<img src='$cover'/>";
|
||||
|
||||
$keys = [];
|
||||
foreach ($content->find('.pageWrap .pageSpan') as $key) {
|
||||
foreach ($content->find('.pageWrap .pageSpan1') as $key) {
|
||||
$keys[] = $key->plaintext;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user