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