1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00

Improve download from CDN

This commit is contained in:
DanieL 2022-06-27 13:14:25 -03:00
parent a43ca7f0b5
commit fb73ed0da6

View file

@ -2253,7 +2253,7 @@ function downloadURLOrAlertError(jsonURL, data, filename, progress) {
console.log(response);
}
});
});
},1000);
$.ajax({
url: jsonURL,
method: 'POST',