diff --git a/doc/sql/novel_plus.sql b/doc/sql/novel_plus.sql index 1cbbf7e..2ad0470 100644 --- a/doc/sql/novel_plus.sql +++ b/doc/sql/novel_plus.sql @@ -3136,4 +3136,9 @@ VALUES ('香书小说网', '{ "contentStart": "
", "contentEnd": "

", "filterContent":"\\\\s*([^/]+)\\\\s*

" -}', 0, '2024-06-01 10:11:39', '2024-06-01 10:11:39'); \ No newline at end of file +}', 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; \ No newline at end of file