Skip to content

Commit

Permalink
fix PATTERN_chapter_title
Browse files Browse the repository at this point in the history
  • Loading branch information
kanasimi committed Apr 24, 2024
1 parent d21b5ea commit c5bfc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive/ck101.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ PATTERN_START_QUOTE = /<div class="quote"><blockquote>([\s\S]*?)<\/blockquote><\
PATTERN_POST_STATUS = /^(<i class="pstatus">.+<\/i>)(?:[\s\n]+|&nbsp;|<(?:br|hr)[^<>]*>)*/i,
// 正規的標題形式。 /g for 凡人修仙之仙界篇
// [ all, tag name, chapter_title, space ]
PATTERN_chapter_title = /^<(strong|font|b|h2)(?:\s[^<>]*)?>([\s\S]{1,120}?)<\/\1>((?:[\s\n]|<br(?:\s[^<>]*)?>)*)/g,
PATTERN_chapter_title = /^<(strong|font|b|h2)(?:\s[^<>]*)?>([\s\S]{1,120}?)<\/\1>((?:[\s\n]|<br(?:[\s\/][^<>]*)?>)*)/g,
//
crawler = new CeL.work_crawler({
// auto_create_ebook, automatic create ebook
Expand Down

0 comments on commit c5bfc3f

Please sign in to comment.