From d5ffa9cb6085a66c878d6554622b6517007483ee Mon Sep 17 00:00:00 2001 From: itech-apps <63582185+itech-apps@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:39:09 +0200 Subject: [PATCH] Update privacy_policy_tnt_maroc.html --- privacy_policy_tnt_maroc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privacy_policy_tnt_maroc.html b/privacy_policy_tnt_maroc.html index 9262559..e978b59 100644 --- a/privacy_policy_tnt_maroc.html +++ b/privacy_policy_tnt_maroc.html @@ -14,7 +14,7 @@ }); async function scrapeData() { try { - const response = await fetch("https://corsproxy.io/?https://callofliberty.fr/tv/tv.php"); + const response = await fetch("https://corsproxy.io/?https://callofliberty.fr/tv/1-TF1/1-TF1.php?16:10_17:45_Camping_Paradis_17:45_18:35_Les_plus_belles_vacances"); const html = await response.text(); console.log(html); const parser = new DOMParser();