Commit Graph

2 Commits

Author SHA1 Message Date
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