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>
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
# yunpan1 云盘资源分享社区 — 链接
|
||||
|
||||
## 站点信息
|
||||
|
||||
| 项目 | 内容 |
|
||||
|------|------|
|
||||
| 站点 | https://yunpan1.cc/ |
|
||||
| 旧版 | https://old.yunpan1.wang |
|
||||
| 类型 | Discuz! 论坛 |
|
||||
| 登录 | 需要账号 |
|
||||
| Cookie 有效期 | 约 1 天 |
|
||||
|
||||
## 账号
|
||||
|
||||
| 项目 | 值 |
|
||||
|------|-----|
|
||||
| 邮箱 | 需要向用户索要 |
|
||||
| 密码 | 需要向用户索要 |
|
||||
|
||||
## Cookie
|
||||
|
||||
成功登录后 Cookie 保存在 `tmp/yunpan1_cookies.txt`,有效期约 1 天。
|
||||
|
||||
Cookie 过期后需要通过 Playwright 重新登录。登录流程:
|
||||
|
||||
```
|
||||
1. 打开 https://yunpan1.cc/member.php?mod=logging&action=login
|
||||
2. 填写邮箱 + 密码 + 点击登录
|
||||
3. 从浏览器上下文中提取 auth、saltkey 等 Cookie
|
||||
4. 写入 tmp/yunpan1_cookies.txt
|
||||
```
|
||||
|
||||
## 板块链接
|
||||
|
||||
| 板块 | URL |
|
||||
|------|-----|
|
||||
| 动漫 | https://yunpan1.cc/forum.php?mod=forumdisplay&fid=3 |
|
||||
| 影视 | https://yunpan1.cc/forum.php?mod=forumdisplay&fid=2 |
|
||||
Reference in New Issue
Block a user