-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservers.json
More file actions
48 lines (48 loc) · 1.84 KB
/
Copy pathservers.json
File metadata and controls
48 lines (48 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"movies": {
"USA SERVER": "https://vidsrc.to/embed/movie/(id)",
"MIXED-SLOWED SERVER": "https://watch.lonelil.ru/watch/movie/(id)",
"KDRAMA-OLD-SLOWED": "https://www.braflix.ru/movie/(id)?play=true",
"FAST-SERVER": "https://binged.live/watch/movie/(id)"
},
"series": {
"USA SERVER": "https://vidsrc.to/embed/tv/(id)/(se)/(ep)/",
"MIXED-SLOWED SERVER": "https://watch.lonelil.ru/watch/show/(id).(se).(ep)",
"KDRAMA-OLD-SLOWED": "https://www.braflix.ru/tv/(id)/(se)/(ep)?play=true",
"FAST-SERVER": "https://binged.live/watch/tv/(id)?season=(se)&ep=(ep)"
},
"additions": [
".png?base=ac.bigtimedelivery.net",
"&referer=https://rabbitstream.net/",
"https://m3u8.justchill.workers.dev/?url=",
"https://edge.proxy-swarm.online/?destination=",
"https://workerproxy.warezcdn.workers.dev/?url=",
"https://edge.sudo-flix.lol/?destination=",
"https://streaming.braflix.ru/proxy/m3u8/",
"/{\"referer\":\"https://megacloud.tv\"}",
"/{\"referer\":\"https://rabbitstream.net\"}",
"https://watch.lonelil.ru/api/proxy/m3u8/"
],
"FEnds": [
"master.m3u8",
"/h/list;",
"/list.m3u8",
"/playlist.m3u8",
"index.m3u8",
"weblink/view/",
".mp4",
".m3u8",
"video-delivery"
],
"functions": "javascript:var button1 = document.getElementById('btn-play');" +
"var button2 = document.getElementById('btn-active');" +
"if (button1) { button1.click(); } " +
"else if (button2) { button2.click(); } " +
"else { console.log('Buttons not found'); }" +
"setTimeout(() => {" +
" const element = document.querySelector('body > main > div > button');" +
" if (element) {" +
" element.click();" +
" }" +
"}, 3000);"
}