3.2.0 • Published 2 days ago

nswfparse v3.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 days ago

NSWFparse

Demo

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

  • Add Rule34
  • Support in browsers
  • Add Pornhub
  • Add Xvideos
3.2.0

2 days ago

3.1.2

8 days ago

3.1.1

8 days ago

3.1.0

8 days ago

3.0.0

9 days ago

2.1.0

1 month ago

1.3.0

12 months ago

1.2.0

12 months ago

1.1.0

12 months ago

1.0.0

12 months ago