mirror of
https://gitlab.com/moepoi/NekopoiScrapper.git
synced 2024-11-14 10:26:47 +01:00
Update README.md
This commit is contained in:
parent
a3e30729f5
commit
cc0ad15ce0
1 changed files with 4 additions and 4 deletions
|
@ -15,11 +15,11 @@ 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));
|
||||||
```
|
```
|
||||||
|
|
||||||
## Credit
|
## Credit
|
||||||
|
|
Loading…
Reference in a new issue