Skip to content

Commit

Permalink
feat: 只支持扫码和qq登录
Browse files Browse the repository at this point in the history
  • Loading branch information
mikumifa committed Sep 29, 2024
1 parent 24862f1 commit 0328793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/CookieManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def _login_and_save_cookies(
self, login_url="https://show.bilibili.com/platform/home.html"
):

logger.info("启动浏览器中第一次启动会比较慢")
logger.info("启动浏览器中第一次启动会比较慢,请使用扫码登录或者qq登录(密码登录会出错")
with sync_playwright() as p:
try:
browser = p.chromium.launch(headless=False)
Expand Down

1 comment on commit 0328793

@lacus84714
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.