twlite / node-xvdl

🔞 Video downloader for xvideos.com written in pure JavaScript.
https://npmjs.com/package/xvdl
Other
11 stars 2 forks source link

XVDL.getInfo only return ratings, comments, channel (with version 2.0.0) #2

Closed Error-Cezar closed 3 years ago

Error-Cezar commented 3 years ago

so I tried to getInfo of a url but a part of it is missing it only return ratings, comments, channel there is no error in the log there is my code: XVDL.getInfo(infos) .then(inf => console.log(inf) ) //infos is the url

this is what the console show ratings: { likes: '1.8k', dislikes: '904' }, comments: '10', channel: { name: 'Love Home Porn', url: 'https://xvideos.com/channels/lovehomeporn', subscribers: '290k' } }

Error-Cezar commented 3 years ago

i found something else when you use the search only a few video have the stream

Error-Cezar commented 3 years ago

i found the issue it was a mistake from my side so im closing this issue now