1.1.6 • Published 4 years ago

nhentaidownloader v1.1.6

Weekly downloads
9
License
MIT
Repository
github
Last release
4 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

4 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago