mirror of
https://gitlab.com/moepoi/NekopoiScrapper.git
synced 2024-11-21 13:56:18 +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
|
||||
NekopoiScrapper.getLatest()
|
||||
.then((data) => console.log(data));
|
||||
.then(result => console.log(result))
|
||||
|
||||
// Get Page Info
|
||||
NekopoiScrapper.getInfo("http://nekopoi.cash/dokidoki-little-ooyasan-episode-4-subtitle-indonesia")
|
||||
.then((data) => console.log(data));
|
||||
NekopoiScrapper.getInfo("https://nekopoi.care/sexfriend-gakuen-episode-1-subtitle-indonesia/")
|
||||
.then(result => console.log(result));
|
||||
|
|
Loading…
Reference in a new issue