1
Fork 0

make it two trys to be faster

This commit is contained in:
Ashley 2022-09-23 19:00:57 +02:00
parent ce16fffe9d
commit 7991cfc9b8

View file

@ -35,7 +35,7 @@ module.exports = async function (video_id) {
*/
async function parsexml(id) {
for (let i = 0; i < 3; i++) {
for (let i = 0; i < 2; i++) {
try {
const player = await fetch(`${new_api_url}?v=${id}`, headers);
var h = await player.text();