python-spider-Patch#1
Open
BulletYuan wants to merge 3 commits into
Open
Conversation
环境:python3.5 我的项目里面 QueueManager的authkey要在前面加一个b 进行二进制编码 正则中间要加一个"?" 不然那个页面上的所以xsrf都被取下来了 是连串的 队列使用的时候 我出了问题 要把lambda去掉 反正按照廖雪峰老师博客里面的修改方法修改之后就可以使用了 但是我在使用登录模块的时候,不知道知乎到底用了什么来做验证,总是返回验证码错误的东西。后面我都要崩溃了,要是有知道怎么做知乎爬虫登录模块的朋友,麻烦更新一波吧。感谢!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
根据dsxbb的模板基础上修改了一下,改成了python3.5的版本,把正则修改了一下,然后队列在使用的时候会报错,然后根据廖雪峰老师博客上面大神的回答修改了一下,我这里运行没什么问题。
但是登录模块在实际使用的时候,会被知乎提示,验证码错误,希望网上的大神看看有没有什么解决的方案,随时更新,感谢~