Licence
MIT
Version
1.1.6
Deps
3
Size
5 kB
Vulns
0
Weekly
0
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
