1
0
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:
mrtnvgr 2023-07-30 11:46:16 +07:00 committed by GitHub
parent 701fe3cfed
commit 3a57fc800b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}