pornnhub

1.0.0 • Public • Published


🅿 🅾 🆁 🅽 - 🅷 🆄 🅱


ℍ𝕆ℝℕ𝕐 ℙ𝕆ℝℕ𝕐 ℂ𝕆ℝℕ𝕐

Install

$ npm install --save pornnhub

Usage

const pornhub = require('pornnhub');
 
const url = 'https://www.pornhub.com/view_video.php?viewkey=ph56fc59c124c0c';
 
pornhub(url, 'title').then(res => {
  console.log(res);
  // => { data: 'Hot kissing scene' }
});
 
pornhub(url, 'views').then(res => {
  console.log(res);
  // => { data: '615,031' }
});
pornhub(url, 'low').then(res => {
  console.log(res);
  // => { data: 'https://cv.phncdn.com/videos/201603/30/../240P_400K_72472822.mp4?a5c..3d8' }
});

API

pornhub(url, opts)

typeof url - string

tyepof opt - string

opts get
title title of the porn
views total views on a video
percent popularity percentage
upvotes total upvotes on a video
downvotes total downvotes on a video
provider video uploaded by
low 240px downloadable url
medium 480px downloadable url
high 720px downloadable url

Related

  • phub : PornHub Informer

License

MIT - Copyright © Rishi Giri

Package Sidebar

Install

npm i pornnhub

Weekly Downloads

8

Version

1.0.0

License

MIT

Unpacked Size

5.38 kB

Total Files

5

Last publish

Collaborators

  • rishi