Skip to content
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

🐛 修复B站获取匿名Cookie逻辑 #644

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

suyiiyii
Copy link
Contributor

No description provided.

Copy link

netlify bot commented Oct 24, 2024

👷 Deploy request for nonebot-bison pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 9976caf

Copy link

codecov bot commented Oct 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.55%. Comparing base (1a0eca4) to head (9976caf).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #644   +/-   ##
=======================================
  Coverage   85.54%   85.55%           
=======================================
  Files          91       91           
  Lines        4822     4824    +2     
=======================================
+ Hits         4125     4127    +2     
  Misses        697      697           
Flag Coverage Δ
smoke-test 85.55% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines +33 to +34
await page.wait_for_function('document.cookie.includes("bili_ticket")') # 期望保证 GenWebTicket 请求完成
await page.wait_for_load_state("networkidle") # 期望保证 ExClimbWuzhi 请求完成
Copy link
Collaborator

Choose a reason for hiding this comment

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

需要等待这两个都完成吗

Copy link
Contributor Author

Choose a reason for hiding this comment

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

是的,根据群内的建议

@felinae98 felinae98 added the bug Something isn't working label Oct 28, 2024
@felinae98 felinae98 changed the title 修复B站获取匿名Cookie逻辑 🐛 修复B站获取匿名Cookie逻辑 Oct 28, 2024
@felinae98 felinae98 merged commit a671bd0 into MountainDash:main Oct 28, 2024
31 checks passed
@suyiiyii suyiiyii deleted the bilibili branch October 28, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants