Skip to content

Commit

Permalink
fix misc
Browse files Browse the repository at this point in the history
  • Loading branch information
kanasimi committed Oct 25, 2024
1 parent c282071 commit 2ba3c92
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
4 changes: 1 addition & 3 deletions comic.cmn-Hans-CN/mymhh.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ var crawler = CeL.dm5({
// <a id="btnSearch">搜索</a>
search_URL : 'search?keyword=',

work_URL : function(id) {
return 'book/' + id;
},
work_URL : 'book/',

inverted_order : false,

Expand Down
6 changes: 2 additions & 4 deletions novel.cmn-Hans-CN/biqizw.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@ var crawler = CeL.PTCMS({
base_URL : 'https://www.biqizw.com/',
charset : 'gbk',

// chapter_time_interval : '6s',
search_work_interval : '30s',
chapter_time_interval : '1s',

// 解析 作品名稱 → 作品id get_work()
search_URL : 'modules/article/search.php?searchkey=',
parse_search_result : 'biquge',
search_work_interval : '30s',

chapter_time_interval : '1s',

// 取得作品的章節資料。 get_work_data()
work_URL : function(work_id) {
Expand Down
4 changes: 2 additions & 2 deletions novel.cmn-Hans-CN/novel.cmn-Hans-CN.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ REM It's often too slow, so trying to execute parallelly.
REM + modify_work_list_when_archive_old_works
FORFILES /M *.js /C "cmd.exe /c IF @isdir==FALSE START node @file l=list.txt || PAUSE"

REM node ck101.js l=ck101.txt
node kanunu.js l=kanunu.txt
REM START node ck101.js l=ck101.txt
START node kanunu.js l=kanunu.txt
REM CD ..
1 change: 1 addition & 0 deletions novel.cmn-Hans-CN/xshuyaya.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ var crawler = new CeL.work_crawler({
// 2022/6/1: http://www.shuyy.cc/
// 2022/6/21: http://www.shuyyw.com/
// 2022/11/4前: http://www.shuyyw.cc/ → http://www.shuyy8.com/
// 2024/8/8前: 備用網址 http://www.shuyy8.cc/
base_URL : 'http://www.shuyy8.com/',

// 解析 作品名稱 → 作品id get_work()
Expand Down

0 comments on commit 2ba3c92

Please sign in to comment.