Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kanasimi committed Aug 8, 2019
1 parent 99b472d commit 4d59a13
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
英語或韓語的網站煩請利用 Free Manga Downloader 之類軟體會比較好。這邊幾乎不會上英語或者韓語網站,就算做了出來也很少在做維護,沒有專門看英語韓語網站的工具維護得勤勞。
I am sorry that for English or Korean sites, using Free Manga Downloader is much suitable. For the deficiency of time, it is hard to maintain the tools instantly.
新增網站時,請 **一個網站開一個議題,除了在標題說明要新增網站,並加上網站名稱**。
另外增加網站往往要耗費時間、作許多考量,之後還需維護;請確認網站經常更新、付費作品不多,並附個其他網站未揭載之作品
另外增加網站往往要耗費時間、作許多考量,之後還需維護;請確認網站經常更新、付費作品不多,並請附個其他網站未揭載之作品
請在提交問題的同時,附帶如下信息,方便我們盡快幫您解決問題,謝謝。
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Welcome to join [the translating project](https://github.com/kanasimi/work_crawl

### Lazy installation 懶人安裝法
為了想趕快嘗鮮的您~<!-- (已經做過的步驟可以跳過) -->
1. 先安裝 [Node.js](https://nodejs.org/)[7-Zip](https://www.7-zip.org/) 18.01 以上的版本。<!-- 下載小說須先安裝 [7-Zip](https://en.wikipedia.org/wiki/7-Zip) 以製作 .epub 電子書。 -->已經安裝過的可以跳過。Node.js 用以執行本工具。7-Zip 在更新本工具,或者打包漫畫章節,以及製作電子書時使用。
1. 先安裝 [node.js](https://nodejs.org/)[7-Zip](https://www.7-zip.org/) 18.01 以上的版本。<!-- 下載小說須先安裝 [7-Zip](https://en.wikipedia.org/wiki/7-Zip) 以製作 .epub 電子書。 -->已經安裝過的可以跳過。Node.js 用以執行本工具。7-Zip 在更新本工具,或者打包漫畫章節,以及製作電子書時使用。
2. 下載並儲存本工具安裝檔 <code>[work_crawler.updater.js](https://raw.githubusercontent.com/kanasimi/work_crawler/master/work_crawler.updater.js)</code>(按右鍵另存新檔)。本工具安裝檔 **預設會將所有組件放在 `work_crawler-master` 目錄下**
3. <details><summary>在命令列介面下以 Node.js 執行安裝檔 `work_crawler.updater.js`。(本安裝檔不能直接點擊兩下執行。點擊本行可獲得更詳細的說明。)</summary>

Expand Down
3 changes: 3 additions & 0 deletions comic.cmn-Hans-CN/tohomh.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ CeL.run('application.net.work_crawler.dm5');
// ----------------------------------------------------------------------------

var crawler = CeL.dm5({
// 本網站常有圖片不存在的現象。
skip_error : true,

// 2019/1/21 土豪漫畫網址更動 ← https://www.tohomh.com/
base_URL : 'https://www.tohomh123.com/',

Expand Down
Binary file modified resource/ja-JP.js
Binary file not shown.

0 comments on commit 4d59a13

Please sign in to comment.