nswfparse
v3.2.0
Published
Parsing NSWF pictures and gifs from reddit, rule34
Downloads
87
Maintainers
Readme
NSWFparse
Installation
npm instal nswfparse
or
<script src="https://unpkg.com/nswfparse/dist/nswfparse.js"></script>
Example
const nswfparse = require("nswfparse");
// Rule34
const options = {
tags: ["toys", "forest"],
numPage: 1,
limit: 1, // limit per request, maximum 100
remove_empty: true,
parse_tags: true, // whether to use tags
random: false, // get random post
};
nswfparse
.r34(options)
.then((payload) => {
console.log(payload);
})
.catch((error) => {
console.error(error);
});
// Reddit
nswfparse.reddit.real
.pov()
.then((payload) => {
console.log(payload);
})
.catch((error) => {
console.error(error);
});
// Or
nswfparse
.redditCustom(["cats"])
.then((payload) => {
console.log(payload);
})
.catch((error) => {
console.error(error);
});
Categories for Reddit
Real
- cumShot
- girlThighs
- bdsm
- lesbian
- bisexy
- sissy
- girlAss
- panties
- pov
- shemale
- gayPorn
- gayAss
- gayCumshot
- gayTwinks
- dickPic
- manToys
- femboy
Hentai
- femboy
- hentai
- yaoi
- futanari
Furry
- yaoi
- hentai
- real
TODO
- [x] Add Rule34
- [x] Support in browsers
- [ ] Add Pornhub
- [ ] Add Xvideos