Gets data from YouTube url or ID or html body data and deciphers it.
video_basic_info + decipher_info = video_info Copy
video_basic_info + decipher_info = video_info
Example
const video = await play.video_info('youtube video url')const res = ... // Any https package get function.const video = await play.video_info(res.body, { htmldata : true }) Copy
const video = await play.video_info('youtube video url')const res = ... // Any https package get function.const video = await play.video_info(res.body, { htmldata : true })
YouTube url or ID or html body data
Video Info Options
boolean
Deciphered Video Info InfoData.
Gets data from YouTube url or ID or html body data and deciphers it.
Example