WechatSogou
WechatSogou copied to clipboard
无法解析带有*的文章链接
无论使用reqeusts还是这个项目,如果文章的链接带有*,那么根本无法获取内容,浏览器倒是可以直接打开。例如下面这个
http://mp.weixin.qq.com/profile?src=3×tamp=1652064311&ver=1&signature=2HV0CG9KfoX5-Drzid6gJou-0QkGSfu*cY2rAnUL6i0JKHxj22YPTBZUtAjgjYK-J6Y3l0NhHCip65MnE8vGxQ==
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