Skip to content

Commit

Permalink
Update privacy_policy_tnt_maroc.html
Browse files Browse the repository at this point in the history
  • Loading branch information
itech-apps authored Aug 12, 2024
1 parent db40499 commit 7c7dce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion privacy_policy_tnt_maroc.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
try {
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);

var parser = new DOMParser();
var doc = parser.parseFromString(html, "text/html");
var scripts = doc.querySelectorAll('script');
Expand Down

0 comments on commit 7c7dce9

Please sign in to comment.