const id = "7wNb0pHyGuI" const url = `https://www.youtube.com/watch?v=${id}` detail(url, true) .then(res => { console.log(res); }) .catch(e => { console.log(e); })