Update demo

pull/586/head
FongMi 1 year ago
parent cbe12e068e
commit cfdbe84745
  1. 28
      other/sample/live/offline.json
  2. 27
      other/sample/live/online.json

@ -38,7 +38,7 @@
"boot": false,
"pass": true,
"url": "file://Download/live.txt",
"epg": "https://epg.112114.xyz/?ch={name}&date={date}",
"epg": "https://epg.112114.xyz/?ch={name}&date={date}&serverTimeZone=Asia/Shanghai",
"logo": "https://epg.112114.xyz/logo/{name}.png",
"header": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
@ -55,6 +55,32 @@
"name": "JSON",
"type": 1,
"url": "file://Download/live.json"
},
{
"name": "Spider-JS",
"type": 3,
"api": "./live.js",
"ext": ""
},
{
"name": "Spider-JSWithList",
"type": 3,
"api": "./live.js",
"url": "./live.txt",
"ext": ""
},
{
"name": "Spider-Python",
"type": 3,
"api": "./live.py",
"ext": ""
},
{
"name": "Spider-PythonWithList",
"type": 3,
"api": "./live.py",
"url": "./live.txt",
"ext": ""
}
]
}

@ -57,9 +57,30 @@
"url": "https://github.com/live.json"
},
{
"name": "Proxy",
"type": 2,
"url": "proxy://do=live&type=today"
"name": "Spider-JS",
"type": 3,
"api": "https://github.com/live.js",
"ext": ""
},
{
"name": "Spider-JSWithList",
"type": 3,
"api": "https://github.com/live.js",
"url": "https://github.com/live.txt",
"ext": ""
},
{
"name": "Spider-Python",
"type": 3,
"api": "https://github.com/live.py",
"ext": ""
},
{
"name": "Spider-PythonWithList",
"type": 3,
"api": "https://github.com/live.py",
"url": "https://github.com/live.txt",
"ext": ""
}
]
}
Loading…
Cancel
Save