diff --git a/other/sample/live/offline.json b/other/sample/live/offline.json index 9662933f2..71eb3dfda 100644 --- a/other/sample/live/offline.json +++ b/other/sample/live/offline.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": "" } ] } \ No newline at end of file diff --git a/other/sample/live/online.json b/other/sample/live/online.json index 90433b9ea..f54114982 100644 --- a/other/sample/live/online.json +++ b/other/sample/live/online.json @@ -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": "" } ] } \ No newline at end of file