Spaces:
Running
Running
mmsubandmovies
commited on
Commit
β’
96ad49a
1
Parent(s):
1e6c357
Update script.js
Browse files
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 = '
|
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://huggingface.co/spaces/mmsubandmovies/New1/raw/main/β³πππππΎπβ―25.m3u8';
|
5 |
const proxyPlaylistURL = proxyURL + encodeURIComponent(playlistURL);
|
6 |
|
7 |
fetch(proxyPlaylistURL)
|