mmsubandmovies commited on
Commit
6926d89
1 Parent(s): ba37d7d

Update script.js

Browse files
Files changed (1) hide show
  1. script.js +1 -1
script.js CHANGED
@@ -1,7 +1,7 @@
1
  document.addEventListener('DOMContentLoaded', function () {
2
  // Proxy URL to bypass CORS policy
3
  const proxyURL = 'https://api.allorigins.win/get?url=';
4
- const playlistURL = 'https://github.com/byte-capsule/FanCode-Hls-Fetcher/blob/main/Fancode_Live.m3u?raw=true';
5
  const proxyPlaylistURL = proxyURL + encodeURIComponent(playlistURL);
6
 
7
  fetch(proxyPlaylistURL)
 
1
  document.addEventListener('DOMContentLoaded', function () {
2
  // Proxy URL to bypass CORS policy
3
  const proxyURL = 'https://api.allorigins.win/get?url=';
4
+ const playlistURL = 'https://github.com/pratikkarbhal/CustomIPTVm3u8/blob/main/MAH-IPTV.m3u?raw=true';
5
  const proxyPlaylistURL = proxyURL + encodeURIComponent(playlistURL);
6
 
7
  fetch(proxyPlaylistURL)