一个简单易懂的p站图片代理!
从 release 下载对应系统的可执行文件直接运行
-h
: host 默认 127.0.0.1
-p
: 端口 默认 18090
-d
: 指定域名(用于主页展示示例图片可以不填)
注意:环境变量会 默认覆盖 启动参数
GPP_HOST
: host
GPP_PORT
: 端口
GPP_DOMAIN
: 域名
提供了两种代理的方法
https://i.pximg.net/img-original/img/2022/05/21/22/35/46/98505703_p0.jpg
替换为
http://example.com/img-original/img/2022/05/21/22/35/46/98505703_p0.jpg
针对 url 后接 pid 的使用方法,提供了图片质量选择的参数
使用方法:添加参数 t
支持
- original
- regular
- small
- thumb
- mini
例子: http://example.com/98505703?t=original
1. http://example.com/$path
- http://example.com/img-original/img/0000/00/00/00/00/00/12345678_p0.png
2. http://example.com/$pid[/$p][?t=original|regular|small|thumb|mini]
- http://example.com/12345678 (p0)
- http://example.com/12345678/0 (p0)
- http://example.com/12345678/1 (p1)
- http://example.com/12345678?t=small (small image)