Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70bf542 commit ecbc24fCopy full SHA for ecbc24f
1 file changed
README.md
@@ -513,7 +513,7 @@ bp login username password
513
#### cookie 登录:
514
515
1. 用 chrome 登录 pan.baidu.com
516
-2. 在登录后的页面打开 chrome 开发者工具(怎么打开自行google),选择 `Network` ,然后刷新页面。在刷新后的 `Network` 的 `Name` 列表中选中 `list?dir=…` 开头的一项,然后在右侧找到 `Cookie` ,复制 `Cookie` 后面的所有内容。
+2. 在登录后的页面打开 chrome 开发者工具(怎么打开自行google),选择 `Network` ,然后刷新页面。在刷新后的 `Network` 的 `Name` 列表中选中 `list?dir=…` 开头的一项,然后在右侧找到 `Cookie:` ,复制 `Cookie:` 后面的所有内容。
517
3. 用 `pan.baidu.com.py` 登录,`password / cookie:` 处粘贴上面复制的内容。(粘贴后是看不见的)。
518
519
> 如果使用 cookie 登录,`username` 可以是任意的东西。
0 commit comments