feat(scripts): 添加 YouTube Studio 群组名到 entity_id 批量解析脚本

支持 Playwright 自动捕获鉴权、requests 回放查询、Excel/CSV 输出,包含在线捕获和离线回放两种模式
This commit is contained in:
2026-08-24 14:05:03 +08:00
parent c1b39e9466
commit bcfe0f4a29
6 changed files with 2074 additions and 23 deletions

View File

@@ -7,6 +7,7 @@ dependencies = [
"pandas>=2.0",
"openpyxl>=3.1",
"playwright>=1.40",
"requests>=2.31",
]
[dependency-groups]