-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
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
自动读取浏览器cookie #59
Comments
good idea👍 这就加上 |
在我电脑上面似乎没用, 有空再折腾下 |
ok, 加上了~
添加了对
关于 cookie 读取的顺序问题, 我这边改成了: 找到第一个满足
此外, 我在 Ubuntu 20.04.2 LTS 虚拟机什么跑, 会出现 似乎是 GNOME Keyring 的问题, 这个地方不用 keyring 好像也没问题. 抛出来的
|
你好,很幸运遇到了这样有想法的软件,但是我在使用过程中遇到了问题,读取edge的cookie一直显示失败,当我调用开发者页面输入相应的数据后还是显示失败是为什么?我的电脑系统是windows10 |
Edge 最近的新版本开始不允许浏览器运行时复制或访问 |
Mac上读取不了cookie,要怎么操作?谢谢 |
可以加上自动读取 chrome firefox edge opera 浏览器蓝奏cookie的功能。
使用 browser_cookie3 这个模块。
原代码在Macos 打包 app 后不正常工作,我修改后可以正常工作:https://github.com/rachpt/lanzou-gui/blob/master/lanzou/browser_cookie3_n.py
https://github.com/rachpt/lanzou-gui/blob/e37d23f1cd7fb7c5c51012c49cefb4ca39f45ddc/lanzou/gui/dialogs/login.py#L378
The text was updated successfully, but these errors were encountered: