Skip to content

Commit

Permalink
fix #338: add 批量下載 极速漫画 漫画人 的工具。 Download 1kkk comics.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanasimi committed Jul 18, 2019
1 parent 40c7020 commit 0f33201
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions comic.cmn-Hans-CN/1kkk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/**
* 批量下載 极速漫画 漫画人 的工具。 Download 1kkk comics.
*/

'use strict';

require('../work_crawler_loader.js');

// ----------------------------------------------------------------------------

CeL.run('application.net.work_crawler.dm5');

// ----------------------------------------------------------------------------

var crawler = CeL.dm5({
base_URL : 'http://www.1kkk.com/'
});

// ----------------------------------------------------------------------------

// CeL.set_debug(3);

start_crawler(crawler, typeof module === 'object' && module);

0 comments on commit 0f33201

Please sign in to comment.