From 5feca0be8c1803fc3f2a0ca6e7581c09087e20d4 Mon Sep 17 00:00:00 2001 From: alantang <107459091+alantang1977@users.noreply.github.com> Date: Tue, 25 Mar 2025 23:24:48 +0800 Subject: [PATCH] Create lives.json --- live/lives.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 live/lives.json diff --git a/live/lives.json b/live/lives.json new file mode 100644 index 00000000..465e5009 --- /dev/null +++ b/live/lives.json @@ -0,0 +1,15 @@ +{ + "lives": [ + { + "name": "LITV直播(python)", + "type": 3, + "api": "https://gh-proxy.com/https://raw.githubusercontent.com/doube-ba/Sub/refs/heads/main/live/live_litv.py", + "ext": { + "proxy": { + "http": "http://127.0.0.1:10809", + "https": "http://127.0.0.1:10809" + } + } + } + ] +}