mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-16 21:58:21 +01:00
DoujinStyleBridge: Update html tags (#3581)
This commit is contained in:
parent
701fe3cfed
commit
3a57fc800b
@ -72,7 +72,7 @@ class DoujinStyleBridge extends BridgeAbstract
|
|||||||
$item['content'] = "<img src='$cover'/>";
|
$item['content'] = "<img src='$cover'/>";
|
||||||
|
|
||||||
$keys = [];
|
$keys = [];
|
||||||
foreach ($content->find('.pageWrap .pageSpan') as $key) {
|
foreach ($content->find('.pageWrap .pageSpan1') as $key) {
|
||||||
$keys[] = $key->plaintext;
|
$keys[] = $key->plaintext;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user