Aligo

Latest version: v6.2.2

Safety actively analyzes 628919 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 17 of 25

2.2.2

添加自定义代理支持,不在使用系统自带代理

python

ali = Aligo(proxies={"https": "localhost:10809"}) http 代理
ali = Aligo(proxies={"https": "https://localhost:10809"}) # https
ali = Aligo(proxies={"https": "socks5://localhost:10808"}) socks5,需自行安装 pysocks

2.2.0

- 添加一个非常有用的特性: **去除 referer 头验证**,感谢 网友 [Kimiato](https://github.com/Kimiato) 的贡献

2.1.3

修复 url 为空的情况

2.1.1

**Full Changelog**: https://github.com/foyoux/aligo/compare/v2.1.0...v2.1.1

- 修复 progress_bar 问题

2.1.0

- 更新一些东西

2.0.3

**Full Changelog**: https://github.com/foyoux/aligo/compare/v2.0.2...v2.0.3

Page 17 of 25

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.