const id = "7wNb0pHyGuI" const url = `http://127.0.0.1/watch?v=${id}` getVideoDetail(url) .then(res => { console.log(res); }) .catch(e => { console.log(e); })