Skip to content

Commit

Permalink
CeJS online work crawler v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kanasimi committed Jun 22, 2018
1 parent c0bd17c commit 6aaa63b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
| --- | --- | --- |
| [腾讯漫画](https://ac.qq.com/) | qq.js | **本工具無法下載VIP付費內容** 2017/8/15 起取消了今日限免 |
| [网易漫画](https://manhua.163.com/) | 163.js | 2017/7/13 **本工具無法下載VIP付費內容** |
| [大角虫漫画](https://www.dajiaochongmanhua.com/) | dajiaochong.js | |
| [大角虫漫画](https://www.dajiaochongmanhua.com/) | dajiaochong.js | 2018/6/12 開始永久付費制。 |
| [快看漫画](https://www.kuaikanmanhua.com/) | kuaikan.js | |
| [看漫画](https://www.manhuagui.com/) | manhuagui.js | **漫画柜**[爱看漫](https://www.ikanman.com/) |
| [漫画台](https://www.manhuatai.com/) | manhuatai.js | |
Expand Down
1 change: 0 additions & 1 deletion comic.cmn-Hans-CN/dajiaochong.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ crawler = new CeL.work_crawler({
// 解析 作品名稱 → 作品id get_work()
search_URL : 'search/?str=',
parse_search_result : function(html, get_label) {
console.log(html)
var id_list = [], id_data = [];
html.each_between('<li class="sh-rt-list">', '</li>',
/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "work_crawler",
"version" : "1.2.20180408",
"version" : "1.3.20180623",
"main" : "gui_electron/gui_electron.js",
"description" : "CeJS online novels / comics downloader, CeJS 線上小說漫畫下載工具.",
"author" : {
Expand Down

0 comments on commit 6aaa63b

Please sign in to comment.