Skip to content

Commit 2ba3c92

Browse files
committed
fix misc
1 parent c282071 commit 2ba3c92

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

comic.cmn-Hans-CN/mymhh.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ var crawler = CeL.dm5({
3131
// <a id="btnSearch">搜索</a>
3232
search_URL : 'search?keyword=',
3333

34-
work_URL : function(id) {
35-
return 'book/' + id;
36-
},
34+
work_URL : 'book/',
3735

3836
inverted_order : false,
3937

novel.cmn-Hans-CN/biqizw.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ var crawler = CeL.PTCMS({
1717
base_URL : 'https://www.biqizw.com/',
1818
charset : 'gbk',
1919

20-
// chapter_time_interval : '6s',
20+
search_work_interval : '30s',
21+
chapter_time_interval : '1s',
2122

2223
// 解析 作品名稱 → 作品id get_work()
2324
search_URL : 'modules/article/search.php?searchkey=',
2425
parse_search_result : 'biquge',
25-
search_work_interval : '30s',
26-
27-
chapter_time_interval : '1s',
2826

2927
// 取得作品的章節資料。 get_work_data()
3028
work_URL : function(work_id) {

novel.cmn-Hans-CN/novel.cmn-Hans-CN.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ REM It's often too slow, so trying to execute parallelly.
88
REM + modify_work_list_when_archive_old_works
99
FORFILES /M *.js /C "cmd.exe /c IF @isdir==FALSE START node @file l=list.txt || PAUSE"
1010

11-
REM node ck101.js l=ck101.txt
12-
node kanunu.js l=kanunu.txt
11+
REM START node ck101.js l=ck101.txt
12+
START node kanunu.js l=kanunu.txt
1313
REM CD ..

novel.cmn-Hans-CN/xshuyaya.js

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ var crawler = new CeL.work_crawler({
3131
// 2022/6/1: http://www.shuyy.cc/
3232
// 2022/6/21: http://www.shuyyw.com/
3333
// 2022/11/4前: http://www.shuyyw.cc/ → http://www.shuyy8.com/
34+
// 2024/8/8前: 備用網址 http://www.shuyy8.cc/
3435
base_URL : 'http://www.shuyy8.com/',
3536

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

0 commit comments

Comments
 (0)