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();