novel-downloader
TypeScript icon, indicating that this package has built-in type declarations

2.0.38 • Public • Published

novel-downloader

novel downloader for node-novel style , include site ( dmzj / wenku8 / syosetu / ...etc )

npm install novel-downloader

demo

see test

import NovelSiteSyosetu from 'novel-downloader/src/site/syosetu';


(async () =>
{

	const Site = new NovelSiteSyosetu({
		outputDir: './temp',
	});

	console.log(Site);

	[
		//'https://novel18.syosetu.com/n1413cw/',
	
		'n6006cw',

	].forEach(async function (value, index, array)
	{
		await Site.download(value, {
			//disableTxtdownload: true,
			//disableDownload: true,

			//noFirePrefix: true,
			//noFilePadend: true,
		}).then(function (novel)
		{
			console.log(novel);

			console.log(novel.novel_title);
		})
		;
	});

})();

link

Package Sidebar

Install

npm i novel-downloader

Weekly Downloads

146

Version

2.0.38

License

ISC

Unpacked Size

3.55 MB

Total Files

292

Last publish

Collaborators

  • bluelovers