We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
带图片反代的地址在rsstt中无法正确解析,导致展示为invalid image 例如: 中的图片地址被解析为: http://反代服务器/imgproxy/plain/https:/gd-hbimg.huaban.com/851fe532c64071d617b54f0f5fe1a52cc7dfdcad1cb39b-BvTi90
其中/plain/https:/ 应为 /plain/https://
即http://反代服务器/imgproxy/plain/https://gd-hbimg.huaban.com/851fe532c64071d617b54f0f5fe1a52cc7dfdcad1cb39b-BvTi90 这个问题导致图片无法正确解析,希望能解决,非常感谢!!!
The text was updated successfully, but these errors were encountered:
这是一个假象,消息中的超链接被标准化过,所以少了一个斜杠。但是 RSStT 内部拉取图片信息及请求 Telegram DC 拉取图片时不会标准化超链接。因此图片无法获取不是由于超链接被标准化,而应当是其它原因,需要日志才能分析。如果你用的是官方实例,请私聊我 RSS 链接。
Sorry, something went wrong.
No branches or pull requests
带图片反代的地址在rsstt中无法正确解析,导致展示为invalid image
例如:
中的图片地址被解析为:
http://反代服务器/imgproxy/plain/https:/gd-hbimg.huaban.com/851fe532c64071d617b54f0f5fe1a52cc7dfdcad1cb39b-BvTi90
其中/plain/https:/ 应为 /plain/https://
即http://反代服务器/imgproxy/plain/https://gd-hbimg.huaban.com/851fe532c64071d617b54f0f5fe1a52cc7dfdcad1cb39b-BvTi90
这个问题导致图片无法正确解析,希望能解决,非常感谢!!!
The text was updated successfully, but these errors were encountered: