Skip to content

Commit

Permalink
feat: 更新代理
Browse files Browse the repository at this point in the history
  • Loading branch information
imruxin committed Nov 4, 2024
1 parent 0fb3587 commit 7fcf4ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoUrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def main():
urlJson = json.load(f)
nameList = []
reList = ["https://ghp.ci/https://raw.githubusercontent.com",
"https://ghproxy.net/https://raw.githubusercontent.com"]
"https://gitdl.cn/https://raw.githubusercontent.com"]
reRawList = [False, False]

# 确保tv目录存在
Expand Down Expand Up @@ -67,7 +67,7 @@ def main():
fp.write("# 提示\n\n")
fp.write("感谢各位大佬的无私奉献.\n\n")
fp.write(
"如果有收录您的配置,您也不希望被收录请[issues](https://github.com/hl128k/tvbox/issues),必将第一时间移除\n\n")
"如果有收录您的配置,您也不希望被收录请[issues](https://github.com/imruxin/tvbox/issues),必将第一时间移除\n\n")
fp.write("# 免责声明\n\n")
fp.write("本项目(tvbox)的源代码是按“原样”提供,不带任何明示或暗示的保证。使用者有责任确保其使用符合当地法律法规。\n\n")
fp.write(
Expand Down

0 comments on commit 7fcf4ae

Please sign in to comment.