Shinku

Results 9 comments of Shinku

IntelliJ IDEA 2018.2.2 (Ultimate Edition) Build #IU-182.4129.33, built on August 21, 2018 Licensed to 彼岸 software1 Subscription is active until November 5, 2018 JRE: 1.8.0_152-release-1248-b8 x86_64 JVM: OpenJDK 64-Bit Server...

![1538195446295](https://user-images.githubusercontent.com/17696928/46241117-009cc000-c3e5-11e8-8846-64b72649c655.jpg) 上面是没有安装插件的 现象: 安装了插件:代码不能够追踪,提示标签未定义 没有安装插件: 方法无法快捷输入但有输入提示

https://github.com/Shinku-Chen/Ja3RoundTripper 自己魔改的 传入到http.tr就行

Ai字幕需要session才能拿到,上传字幕不需要 但session状态下,获取太快会被ban

add config c.OnError(func(response *colly.Response, err error) { var alreadyVisitedError *colly.AlreadyVisitedError if errors.As(err, &alreadyVisitedError) { response.Request.URL = &url.URL{} //防止在retry的时候出现已经访问的错误 } }) to forbidden retry a Visited url