Skip to content

Commit

Permalink
update clash
Browse files Browse the repository at this point in the history
  • Loading branch information
wzdnzd committed Aug 23, 2023
1 parent d0db530 commit d406e2a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
> + `auto-checkin.py`用于基于SS-Panel搭建的机场签到,`renewal.py`用于基于V2Board搭建的机场订阅续期
> + 支持`Python2``Python3`
> + 目前不支持任何带有验证码(登陆或签到时需要输入验证码)功能的机场
> + 对于本项目来说,签到是最不起眼的一个小功能
> + 对于本项目来说,签到是最不起眼的一个小功能。如果你喜欢探索,你将获得如下成果。
<img width="1168" alt="a" src="https://github.com/wzdnzd/aggregator/assets/8565764/f75b8057-fa86-4d5c-a19f-fe3100ca853f">
## 免责申明
+ 本项目仅用作学习爬虫技术,请勿滥用。
Expand Down
Binary file modified aggregate/clash/clash-darwin-amd
Binary file not shown.
Binary file modified aggregate/clash/clash-darwin-arm
Binary file not shown.
Binary file modified aggregate/clash/clash-linux
Binary file not shown.
Binary file modified aggregate/clash/clash-windows.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion aggregate/subscribe/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ def aggregate(args: argparse.Namespace):
dest="overwrite",
action="store_true",
default=False,
help="include remains proxies",
help="exclude remains proxies",
)

parser.add_argument(
Expand Down

0 comments on commit d406e2a

Please sign in to comment.