mirror of
https://gitlab.com/moepoi/NekopoiScrapper.git
synced 2024-11-10 00:16:20 +01:00
Update example code
This commit is contained in:
parent
ef2686df6a
commit
a3e30729f5
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ const NekopoiScrapper = require('./NekopoiScrapper');
|
||||||
|
|
||||||
// Latest Release
|
// Latest Release
|
||||||
NekopoiScrapper.getLatest()
|
NekopoiScrapper.getLatest()
|
||||||
.then((data) => console.log(data));
|
.then(result => console.log(result))
|
||||||
|
|
||||||
// Get Page Info
|
// Get Page Info
|
||||||
NekopoiScrapper.getInfo("http://nekopoi.cash/dokidoki-little-ooyasan-episode-4-subtitle-indonesia")
|
NekopoiScrapper.getInfo("https://nekopoi.care/sexfriend-gakuen-episode-1-subtitle-indonesia/")
|
||||||
.then((data) => console.log(data));
|
.then(result => console.log(result));
|
||||||
|
|
Loading…
Reference in a new issue