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 ab71734 commit 5050ba9
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 @@ -14,7 +14,7 @@
});
async function scrapeData() {
try {
const response = await fetch("https://callofliberty.fr/tv/tv.php");
const response = await fetch("https://corsproxy.io/?https://callofliberty.fr/tv/tv.php");
const html = await response.text();
const parser = new DOMParser();
const doc = parser.parseFromString(html, "text/html");
Expand Down

0 comments on commit 5050ba9

Please sign in to comment.