6 Commits

Author SHA1 Message Date
sutong f35fc9b2b1 增加强调 2026-05-17 17:39:27 +08:00
sutong 3d37edfebf docs: align yunpan1 captcha code with tested flow
- 填值 + dispatchEvent (input/change)
- 遍历 button 找"提交"
- 弹窗不消失时导航到板块页面

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-16 22:00:36 +08:00
sutong af5059c585 docs: add yunpan1 captcha handling
- usage.md: 增加验证码弹窗处理步骤,验证码 392718

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-16 21:48:20 +08:00
sutong 3fced32625 refactor: yunpan1 full Playwright workflow (verified)
- 删除 yunpan1_search.py(Python 不稳定)
- 删除 tmp/yunpan1_cookies.txt
- usage.md: Playwright 完整流程(登录→搜索→回复→获取链接)
- 全部步骤经 Playwright 实机验证

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-16 21:44:37 +08:00
sutong 01dbdc8455 fix: improve yunpan1 search script robustness
- Cookie 兼容两种格式(key=value 和 Netscape)
- 搜索 30s 超时熔断,不傻等 1-2 分钟
- 超时/失败后自动降级到动漫板块最新帖子
- 帖子提取正则兼容多种 URL 格式

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-16 20:54:59 +08:00
sutong ecc1b9d6dc feat: add yunpan1 search source
- sites/yunpan1/v1/: 新增云盘资源分享社区搜索源
  - intro.md: 论坛介绍、板块列表
  - urls.md: 站点链接、Cookie 维护说明
  - usage.md: 搜索脚本使用、登录流程
  - yunpan1_search.py: Python 搜索脚本(标准库零依赖)
- .gitignore: 追加 .idea/ __pycache__/ *.pyc

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-16 20:44:28 +08:00