Skip to content

Commit

Permalink
fix trim_start_title.PATTERN_special_chars
Browse files Browse the repository at this point in the history
  • Loading branch information
kanasimi committed Dec 1, 2024
1 parent 510ff13 commit 1de65b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion application/net/work_crawler/ebook.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,13 @@ function module_code(library_namespace) {
https://69shuba.cx/txt/52895/34488506 别人練級我修仙,苟到大乘再出山 > 第99章 人生模拟器30版本,新一批的能量介质!
第99章 人生模拟器3.0版本,新一批的能量介质!
https://69shuba.cx/txt/52895/34767212 别人练级我修仙,苟到大乘再出山 > 159.第157章 顶级嘲讽,小小的也很可爱哦(5k)
第157章 顶级嘲讽,小小的也很可爱哦!(5k)
</code>
*/
/** {RegExp}標題中的特殊字元。 */
trim_start_title.PATTERN_special_chars = /[~\/+\-·\s_.]|&nbsp;|&emsp;/g;
trim_start_title.PATTERN_special_chars = /[~\/+!\-·\s_.]|&nbsp;|&emsp;/g;
/** {RegExp}非內容。例如空白字元或HTML標籤。 */
trim_start_title.PATTERN_non_content = /<\/?\w[^<>]*>|\s+/g;
/** {RegExp}搜尋新行新段落用。 */
Expand Down

0 comments on commit 1de65b5

Please sign in to comment.