Skip to content

Commit

Permalink
Merge branch 'wzdnzd:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
a4346422 authored Aug 7, 2024
2 parents 24e6f87 + 39c1b91 commit 09ac5c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
## 使用方法
> 略,自行探索。我才不会告诉你入口是 `collect.py``process.py`
> 共享订阅链接(每天 12:00 及 20:00 自动更新):
+ **Clash**: https://imperialb.in/r/guuxbjhm
+ **V2Ray**: https://imperialb.in/r/xcsrzcfa
+ **SingBox**: https://imperialb.in/r/zedmtggy
+ **Loon**: https://imperialb.in/r/edbaufm0
+ **Surge**: https://imperialb.in/r/gbefuchp
+ **QuantumultX**: https://imperialb.in/r/qvorfkrq

## 免责申明
+ 本项目仅用作学习爬虫技术,请勿滥用,不要通过此工具做任何违法乱纪或有损国家利益之事
+ 禁止使用该项目进行任何盈利活动,对一切非法使用所产生的后果,本人概不负责
Expand Down
1 change: 1 addition & 0 deletions subscribe/collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ def parse_gist_link(link: str) -> tuple[str, str]:
os.remove(supplier)

with open(supplier, "w+", encoding="utf8") as f:
yaml.add_representer(clash.QuotedStr, clash.quoted_scalar)
yaml.dump(data, f, allow_unicode=True)

if os.path.exists(generate_conf) and os.path.isfile(generate_conf):
Expand Down

0 comments on commit 09ac5c1

Please sign in to comment.