修复i笔趣阁爬虫规则

This commit is contained in:
xiongxiaoyang 2024-11-02 18:26:40 +08:00
parent 2136f7490f
commit 4b9dbe969c

View File

@ -3136,4 +3136,9 @@ VALUES ('香书小说网', '{
"contentStart": "<div id=\\"content\\">", "contentStart": "<div id=\\"content\\">",
"contentEnd": "<p>", "contentEnd": "<p>",
"filterContent":"<div\\\\s+id=\\"content_tip\\">\\\\s*<b>([^/]+)</b>\\\\s*</div>" "filterContent":"<div\\\\s+id=\\"content_tip\\">\\\\s*<b>([^/]+)</b>\\\\s*</div>"
}', 0, '2024-06-01 10:11:39', '2024-06-01 10:11:39'); }', 0, '2024-06-01 10:11:39', '2024-06-01 10:11:39');
update crawl_source
set crawl_rule = replace(crawl_rule, 'ibiquzw.org', 'ibiqugu.net')
where id = 16;