0.0.1 • Published 2 years ago

ph-dl v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

for fun

let ph = require('ph-dl');
async function get(url,sh) {
data =['title','pornstars','download_urls','description',"premium","hd","thumbnail_url"]
const video = await ph.download(url, data);
const res = await ph.search(sh,["actor","rank"],{production: 'homemade', search: 'pornstars'});
console.log(video)
console.log(video)
} 
get("https://www.pornhub.com/view_video.php?viewkey=ph6267fd4cbe83e","mia-kalifa")