mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Anglais Fetch Info.js + Removed Files Check
This commit is contained in:
@@ -15,7 +15,7 @@ async function fetchVideoInfo(url) {
|
||||
body: new URLSearchParams({ url }),
|
||||
});
|
||||
|
||||
if (!res.ok) return { error: `Erreur Lors de la récupération des informations` };
|
||||
if (!res.ok) return { error: `An Error occured when fetching info` };
|
||||
|
||||
const data = await res.json();
|
||||
if (!data) return { error: "Données manquantes" };
|
||||
|
||||
Reference in New Issue
Block a user