From bdda9d701e2d21a8e45e7d898126bf0862409289 Mon Sep 17 00:00:00 2001 From: "guorong.zheng" <360996299@qq.com> Date: Mon, 16 Dec 2024 17:25:11 +0800 Subject: [PATCH] chore:proxy --- README.md | 16 ---------------- README_en.md | 16 ---------------- config/subscribe.txt | 14 +++++++------- docs/tutorial.md | 4 ++-- docs/tutorial_en.md | 8 ++++---- 5 files changed, 13 insertions(+), 45 deletions(-) diff --git a/README.md b/README.md index 4bb13d9a9a5..e9363a96de2 100644 --- a/README.md +++ b/README.md @@ -110,16 +110,6 @@ - 接口源: -```bash -https://ghp.ci/raw.githubusercontent.com/Guovin/iptv-api/gd/output/result.m3u -``` - -```bash -https://ghp.ci/raw.githubusercontent.com/Guovin/iptv-api/gd/output/result.txt -``` - -或 - ```bash https://cdn.jsdelivr.net/gh/Guovin/iptv-api@gd/output/result.m3u ``` @@ -130,12 +120,6 @@ https://cdn.jsdelivr.net/gh/Guovin/iptv-api@gd/output/result.txt - 数据源: -```bash -https://ghp.ci/raw.githubusercontent.com/Guovin/iptv-api/gd/source.json -``` - -或 - ```bash https://cdn.jsdelivr.net/gh/Guovin/iptv-api@gd/source.json ``` diff --git a/README_en.md b/README_en.md index d57d09c0040..2408d27f8bb 100644 --- a/README_en.md +++ b/README_en.md @@ -110,16 +110,6 @@ - Interface source: -```bash -https://ghp.ci/raw.githubusercontent.com/Guovin/iptv-api/gd/output/result.m3u -``` - -```bash -https://ghp.ci/raw.githubusercontent.com/Guovin/iptv-api/gd/output/result.txt -``` - -or - ```bash https://cdn.jsdelivr.net/gh/Guovin/iptv-api@gd/output/result.m3u ``` @@ -130,12 +120,6 @@ https://cdn.jsdelivr.net/gh/Guovin/iptv-api@gd/output/result.txt - Data source: -```bash -https://ghp.ci/raw.githubusercontent.com/Guovin/iptv-api/gd/source.json -``` - -or - ```bash https://cdn.jsdelivr.net/gh/Guovin/iptv-api@gd/source.json ``` diff --git a/config/subscribe.txt b/config/subscribe.txt index 7703226a069..755b6da5652 100644 --- a/config/subscribe.txt +++ b/config/subscribe.txt @@ -1,18 +1,18 @@ # 这是订阅源列表,每行一个订阅地址 # This is a list of subscription sources, with one subscription address per line https://iptv.b2og.com/txt/fmml_ipv6.txt -https://ghp.ci/raw.githubusercontent.com/suxuang/myIPTV/main/ipv6.m3u +https://cdn.jsdelivr.net/gh/suxuang/myIPTV@main/ipv6.m3u https://live.zbds.top/tv/iptv6.txt https://live.zbds.top/tv/iptv4.txt https://live.fanmingming.com/tv/m3u/ipv6.m3u -https://ghp.ci/https://raw.githubusercontent.com/joevess/IPTV/main/home.m3u8 +https://cdn.jsdelivr.net/gh/joevess/IPTV@main/home.m3u8 https://aktv.top/live.txt http://175.178.251.183:6689/live.txt -https://ghp.ci/https://raw.githubusercontent.com/kimwang1978/collect-tv-txt/main/merged_output.txt +https://cdn.jsdelivr.net/gh/kimwang1978/collect-tv-txt@main/merged_output.txt https://m3u.ibert.me/txt/fmml_dv6.txt https://m3u.ibert.me/txt/o_cn.txt https://m3u.ibert.me/txt/j_iptv.txt -https://ghp.ci/https://raw.githubusercontent.com/xzw832/cmys/main/S_CCTV.txt -https://ghp.ci/https://raw.githubusercontent.com/xzw832/cmys/main/S_weishi.txt -https://ghp.ci//https://raw.githubusercontent.com/asdjkl6/tv/tv/.m3u/整套直播源/测试/整套直播源/l.txt -https://ghp.ci//https://raw.githubusercontent.com/asdjkl6/tv/tv/.m3u/整套直播源/测试/整套直播源/kk.txt +https://cdn.jsdelivr.net/gh/xzw832/cmys@main/S_CCTV.txt +https://cdn.jsdelivr.net/gh/xzw832/cmys@main/S_weishi.txt +https://cdn.jsdelivr.net/gh/asdjkl6/tv@tv/.m3u/整套直播源/测试/整套直播源/l.txt +https://cdn.jsdelivr.net/gh/asdjkl6/tv@tv/.m3u/整套直播源/测试/整套直播源/kk.txt diff --git a/docs/tutorial.md b/docs/tutorial.md index e8106b96ead..eda1fee0209 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -150,7 +150,7 @@ 如果一切正常,稍等片刻后就可以看到该条工作流已经执行成功(绿色勾图标) ![Workflow执行成功](./images/workflow-success.png 'Workflow执行成功') 此时您可以访问代理文件链接,查看最新结果有没有同步即可: -https://ghp.ci/raw.githubusercontent.com/您的github用户名/仓库名称(对应上述Fork创建时的TV)/master/output/user_result.txt +https://cdn.jsdelivr.net/gh/您的github用户名/仓库名称(对应上述Fork创建时的TV)@master/output/user_result.txt ![用户名与仓库名称](./images/rep-info.png '用户名与仓库名称') 如果访问该链接能正常返回更新后的接口内容,说明您的直播源接口链接已经大功告成了!将该链接复制粘贴到 TVBox @@ -282,5 +282,5 @@ docker run -v /etc/docker/config:/iptv-api-lite/config -v /etc/docker/output:/ip ### 上传更新文件至仓库(可选) 如果您没有自己的域名地址,接口更新完成后,将 user_result.txt 上传至个人仓库,即可使用 -https://ghp.ci/raw.githubusercontent.com/您的github用户名/仓库名称(对应上述Fork创建时的TV)/master/output/user_result.txt +https://cdn.jsdelivr.net/gh/您的github用户名/仓库名称(对应上述Fork创建时的TV)@master/output/user_result.txt ![用户名与仓库名称](./images/rep-info.png '用户名与仓库名称') diff --git a/docs/tutorial_en.md b/docs/tutorial_en.md index e96d296d8fa..31323d2a89f 100644 --- a/docs/tutorial_en.md +++ b/docs/tutorial_en.md @@ -159,8 +159,8 @@ mark). ![Workflow executed successfully](./images/workflow-success.png 'Workflow executed successfully') At this point, you can visit the proxy file link to see if the latest results have been synchronized: -https://ghp.ci/raw.githubusercontent.com/your github username/repository name (corresponding to the TV created when -forking)/master/user_result.txt +https://cdn.jsdelivr.net/gh/your github username/repository name (corresponding to the TV created when +forking)@master/user_result.txt ![Username and Repository Name](./images/rep-info.png 'Username and Repository Name') If you can access this link and it returns the updated interface content, then your live source interface link has been @@ -303,6 +303,6 @@ Port environment variables: If you do not have your own domain address, after the interface update is completed, upload user_result.txt to your personal repository to use it. -https://ghp.ci/raw.githubusercontent.com/your github username/repository name (corresponding to the TV created when -forking)/master/output/user_result.txt +https://cdn.jsdelivr.net/gh/github username/repository name (corresponding to the TV created when +forking)@master/output/user_result.txt ![Username and Repository Name](./images/rep-info.png 'Username and Repository Name')