Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kanasimi committed May 17, 2019
1 parent bae1873 commit c969630
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Plese fill the template when you reporting a new issue, thank you!
* **Version**: <!-- 您使用的 work_crawler 為哪個版本: 安裝包, 懶人安裝法 -->
* **Interface**: <!-- 您使用的 work_crawler 為哪個介面: 圖形介面, 命令列介面 -->

<!-- 請描述出了什麼問題、造成問題的操作步驟您可貼上錯誤訊息或者執行時的畫面 -->
<!-- 請描述出了什麼問題、下載的網站與作品名稱、造成問題的操作步驟、您預期的行為等。您可貼上錯誤訊息或者執行時的畫面,謝謝。 -->

14 changes: 11 additions & 3 deletions comic.cmn-Hans-CN/517.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,17 @@ CeL.run('application.net.work_crawler.qTcms2017');
// ----------------------------------------------------------------------------

var crawler = CeL.qTcms2017({
one_by_one : true,
// 當網站不允許太過頻繁的訪問/access時,可以設定下載之前的等待時間(ms)。
chapter_time_interval : '10s',
// one_by_one : true,

// {Natural|String|Function}當網站不允許太過頻繁的訪問讀取/access時,可以設定下載章節資訊/章節內容前的等待時間。
// 2019/5/8 5s: OK
// 2019/5/9 200: OK
// chapter_time_interval : 100,

// e.g.,
// http://pic1.085p.com/upload23/72889/2019/01-13/20190113193831_8982xtnnvyuu_small.jpg
// {Natural}MIN_LENGTH:最小容許圖案檔案大小 (bytes)。
MIN_LENGTH : 200,

base_URL : 'http://www.517manhua.com/'

Expand Down
2 changes: 2 additions & 0 deletions comic.cmn-Hans-CN/57mh.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* 批量下載 57漫画网 的工具。 Download 57mh comics.
*
* modify from archive/2manhua.js
*
* 與 36mh 類似
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion comic.cmn-Hans-CN/comico.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* 批量下載 comico (韓國 NHN Taiwan Corp.) 的工具。 Download comico comics.
* 批量下載 comico - 全彩長條漫畫 (韓國 NHN Taiwan Corp.) 的工具。 Download comico comics.
* (comic.cmn-Hant-TW)
*/

Expand Down
4 changes: 1 addition & 3 deletions comic.cmn-Hans-CN/dmeden.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/**
* 批量下載 動漫伊甸園 漫畫 的工具。 Download dmeden.net comics.
*
* zh-cmn-Hant-TW
* 批量下載 動漫伊甸園 漫畫 的工具。 Download dmeden.net comics. (comic.cmn-Hant-TW)
*/

'use strict';
Expand Down
4 changes: 2 additions & 2 deletions comic.en-US/mangamew.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ crawler = new CeL.work_crawler({
// Manga Mew 一些圖片在檔案最後會多加個字元 0A,因此被判別為非正規圖片檔。似無缺損。
allow_EOI_error : true,
// 最小容許圖案檔案大小 (bytes)。
// e.g., Tower of God Chapter 390
MIN_LENGTH : 3e3,
// e.g., Tower of God Chapter 423
MIN_LENGTH : 800,

// one_by_one : true,
base_URL : 'https://www1.mangamew.com/',
Expand Down
3 changes: 2 additions & 1 deletion comic.ja-JP/pixivcomic.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ var base_URL = 'https://comic.pixiv.net/', crawler = new CeL.work_crawler({
return {
id : story.id,
// 名稱顯示成兩行。
title : story.short_name + (story.name ?
// e.g., https://comic.pixiv.net/works/4252
// .short_name="第13話", .name="(4)"
title : story.short_name + (story.name || ''),
/^[(]/.test(story.name) ? story.name : ' ' + story.name : ''),
limited : !chapter_data.readable && chapter_data.message,
url : 'viewer/stories/' + story.id
};
Expand Down
Binary file modified gui_electron/gui_electron.css
Binary file not shown.
2 changes: 1 addition & 1 deletion gui_electron/gui_electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function start_update(event_sender) {
//
function(e, arg) {
console.log(arguments);
console.log("重新啟動應用程式即可更新。");
console.log("重新啟動程式即可更新。");
// some code here to handle event
autoUpdater.quitAndInstall();
});
Expand Down
2 changes: 2 additions & 0 deletions novel.cmn-Hans-CN/xbiquge.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/**
* 批量下載 新笔趣阁 小说 的工具。 Download xbiquge novels.
*
* @see x81zw
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "work_crawler",
"title" : "CeJS online novels and comics downloader",
"version" : "v1.11.0",
"version" : "v2.0.0",
"description" : "A tool using CeJS library to download online novels / comics.",
"keywords" : [ "comic-downloader", "novel-downloader", "cejs",
"downloader", "download-comic", "epub", "ebook", "comics",
Expand Down
Binary file modified resource/cmn-Hans-CN.js
Binary file not shown.
Binary file modified resource/en-US.js
Binary file not shown.

0 comments on commit c969630

Please sign in to comment.