我正在尝试创建一个在网站上执行某些操作的机器人,我尝试使用rebreak验证码来实现这一目标,但我不知道该怎么做。
运行python脚本时收到以下错误消息:
RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg,
but may not work
warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg,
but may not work", RuntimeWarning)
有谁知道如何解决这个问题?此脚本的存储库位于此链接上的GitHub上:
答案 0 :(得分:0)
如果你看到帖子 https://east-ee.com/2017/02/28/rebreakcaptcha-breaking-googles-recaptcha-v2-using-google/
在“更新二”部分中说:
“Google似乎完全修补了这一点:将最小位数从4-5提高到10-12,并引入难以识别语音的新数字录音,以及背景噪音。结果已停止工作了。它持续了很长时间“
抱歉:(