1.1.6 • Published 3 years ago

nhentaidownloader v1.1.6

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

nhentaidownloader

nhentaidownloader is a downloader for your favorite nHentai! Only one parameter is required which is the ID

Example

const fs = require('fs');
const nhdl = require('nhentaidownloader');

var ID = "177013";

nhdl(ID).then(buffer => {
  fs.writeFileSync(`./${ID}.zip`, buffer);
});

nhdl(ID)

This function take an nHentai ID and return with zip buffer promise

1.1.6

3 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago