diff --git a/README.md b/README.md index 1ad848a..bf3e2d6 100644 --- a/README.md +++ b/README.md @@ -113,17 +113,17 @@ - 接口源: ```bash -https://ghproxy.net/raw.githubusercontent.com/Guovin/iptv-api/gd/output/result.m3u +https://ghp.ci/raw.githubusercontent.com/Guovin/iptv-api/gd/output/result.m3u ``` ```bash -https://ghproxy.net/raw.githubusercontent.com/Guovin/iptv-api/gd/output/result.txt +https://ghp.ci/raw.githubusercontent.com/Guovin/iptv-api/gd/output/result.txt ``` - 数据源: ```bash -https://ghproxy.net/raw.githubusercontent.com/Guovin/iptv-api/gd/source.json +https://ghp.ci/raw.githubusercontent.com/Guovin/iptv-api/gd/source.json ``` ## ⚙️ 配置 diff --git a/README_en.md b/README_en.md index 4bd1828..27d7362 100644 --- a/README_en.md +++ b/README_en.md @@ -113,17 +113,17 @@ - Interface source: ```bash -https://ghproxy.net/raw.githubusercontent.com/Guovin/iptv-api/gd/output/result.m3u +https://ghp.ci/raw.githubusercontent.com/Guovin/iptv-api/gd/output/result.m3u ``` ```bash -https://ghproxy.net/raw.githubusercontent.com/Guovin/iptv-api/gd/output/result.txt +https://ghp.ci/raw.githubusercontent.com/Guovin/iptv-api/gd/output/result.txt ``` - Data source: ```bash -https://ghproxy.net/raw.githubusercontent.com/Guovin/iptv-api/gd/source.json +https://ghp.ci/raw.githubusercontent.com/Guovin/iptv-api/gd/source.json ``` ## ⚙️ Config diff --git a/config/config.ini b/config/config.ini index 968d805..879e7d6 100644 --- a/config/config.ini +++ b/config/config.ini @@ -23,7 +23,7 @@ ipv6_num = 5 open_m3u_result = True url_keywords_blacklist = epg.pw,skype.serv00.net,iptv.yjxfz.com,live-hls-web-ajb.getaj.net,live.goodiptv.club,hc73k3dhwo5gfkt.wcetv.com,stream1.freetv.fun,zw9999.cnstream.top open_subscribe = True -subscribe_urls = https://live.fanmingming.com/tv/m3u/ipv6.m3u,https://ghp.ci/https://raw.githubusercontent.com/joevess/IPTV/main/home.m3u8,https://aktv.top/live.txt,http://175.178.251.183:6689/live.txt,https://ghproxy.net/https://raw.githubusercontent.com/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://github.moeyy.xyz/https://raw.githubusercontent.com/PizazzGY/TVBox/main/live.txt,https://ghproxy.net/https://raw.githubusercontent.com/xzw832/cmys/main/S_CCTV.txt,https://ghproxy.net/https://raw.githubusercontent.com/xzw832/cmys/main/S_weishi.txt,http://itv.22m.top/ITVBox/tv/tvonline.txt +subscribe_urls = https://live.fanmingming.com/tv/m3u/ipv6.m3u,https://ghp.ci/https://raw.githubusercontent.com/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://m3u.ibert.me/txt/fmml_dv6.txt,https://m3u.ibert.me/txt/o_cn.txt,https://m3u.ibert.me/txt/j_iptv.txt,https://github.moeyy.xyz/https://raw.githubusercontent.com/PizazzGY/TVBox/main/live.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,http://itv.22m.top/ITVBox/tv/tvonline.txt open_multicast = True open_multicast_foodie = True open_multicast_fofa = True diff --git a/docs/tutorial.md b/docs/tutorial.md index e8b1f08..1ec93e5 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -144,7 +144,7 @@ 如果一切正常,稍等片刻后就可以看到该条工作流已经执行成功(绿色勾图标) ![Workflow执行成功](./images/workflow-success.png 'Workflow执行成功') 此时您可以访问代理文件链接,查看最新结果有没有同步即可: -https://mirror.ghproxy.com/raw.githubusercontent.com/您的github用户名/仓库名称(对应上述Fork创建时的TV)/master/output/user_result.txt +https://ghp.ci/raw.githubusercontent.com/您的github用户名/仓库名称(对应上述Fork创建时的TV)/master/output/user_result.txt ![用户名与仓库名称](./images/rep-info.png '用户名与仓库名称') 如果访问该链接能正常返回更新后的接口内容,说明您的直播源接口链接已经大功告成了!将该链接复制粘贴到 TVBox 等软件配置栏中即可使用~ @@ -267,5 +267,5 @@ docker run -v /etc/docker/config:/iptv-api-lite/config -v /etc/docker/output:/ip ### 上传更新文件至仓库(可选) 如果您没有自己的域名地址,接口更新完成后,将 user_result.txt 上传至个人仓库,即可使用 -https://mirror.ghproxy.com/raw.githubusercontent.com/您的github用户名/仓库名称(对应上述Fork创建时的TV)/master/output/user_result.txt +https://ghp.ci/raw.githubusercontent.com/您的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 dae4881..f347433 100644 --- a/docs/tutorial_en.md +++ b/docs/tutorial_en.md @@ -141,7 +141,7 @@ If everything is normal, after a short wait, you will see that the workflow has ![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://mirror.ghproxy.com/raw.githubusercontent.com/your github username/repository name (corresponding to the TV created when forking)/master/user_result.txt +https://ghp.ci/raw.githubusercontent.com/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 successfully created! Simply copy and paste this link into software like TVBox in the configuration field to use~ @@ -266,5 +266,5 @@ docker run -v /etc/docker/config:/iptv-api-lite/config -v /etc/docker/output:/ip ### Update the File to the Repository(optional) 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://mirror.ghproxy.com/raw.githubusercontent.com/your github username/repository name (corresponding to the TV created when forking)/master/output/user_result.txt +https://ghp.ci/raw.githubusercontent.com/your 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')