WechatSogou icon indicating copy to clipboard operation
WechatSogou copied to clipboard

无法解析带有*的文章链接

Open legend-zl opened this issue 2 years ago • 1 comments

无论使用reqeusts还是这个项目,如果文章的链接带有*,那么根本无法获取内容,浏览器倒是可以直接打开。例如下面这个

http://mp.weixin.qq.com/profile?src=3&timestamp=1652064311&ver=1&signature=2HV0CG9KfoX5-Drzid6gJou-0QkGSfu*cY2rAnUL6i0JKHxj22YPTBZUtAjgjYK-J6Y3l0NhHCip65MnE8vGxQ==

legend-zl avatar May 09 '22 02:05 legend-zl

This might be too late, but I don't think a url could contain * in it, see https://www.w3schools.com/tags/ref_urlencode.asp

Your browser perhaps could handle this correctly, but when using coding, use %2A instead

tiankaima avatar Feb 08 '23 10:02 tiankaima