dataDiv.innerHTML+=`<div style="display: flex; gap: 12px;"><img src="/static/loading.gif" width="25" height="25" /> Loading could take up to 30 seconds.</div>`;
fetch(`api/v4/youtube/${vid}?stream`)
fetch(`api/v5/youtube/${vid}?stream`)
.then((response)=>{
if (response.status===410||response.status===404){
dataDiv.innerHTML=`<span style="color: red;">API version is not supported - this should never happen, please report this!</span>`;