JustalK / PORNHUB-API

A powerful and complete scrapper for the very famous pornhub.com. This javascript module for node give you the possibility, through an API with many options, to scrap any information out of a page or the search page.
MIT License
130 stars 29 forks source link

Getting the thumbnail url is not working #1

Closed EmpujateEste closed 3 years ago

JustalK commented 3 years ago

Hello,

Oh ! Nice catching it. I made an error in the documentation. I updated it.

use the parameter : thumbnail_url

const pornhub = require('@latsuj/pornhub-api');
const video = await pornhub.page(url, ['thumbnail_url']);

Thank for the issue ;) Tell me if any problem.