RSSHub/lib
Weirdo 3813afad84
feat(route): 添加BTBTLA指定剧名详情路由 (#20766)
* feat(route): 添加BT影视更新列表路由

* 更新 gxlist.ts

* feat(route): 添加BTBTLA指定剧名详情路由

- 新增 /detail/:name 路由用于获取指定电影或电视剧的详细信息
- 实现通过剧名搜索获取ID并解析详情页内容的功能
- 添加磁力链接获取功能,使用缓存优化性能
- 更新命名空间描述,完善URL格式
- 优化最近更新页面标题显示格式

* fix(route): 修正 btbtla 详情页路由示例

- 修复了路由示例路径缺少 btbtla 前缀的问题
- 确保示例路径与实际路由配置保持一致

* refactor(btbtla): 优化详情页路由和磁力链接处理

- 使用路由参数替代路径解析获取名称
- 导入配置模块以使用缓存过期设置
- 优化磁力链接获取逻辑并添加缓存
- 改进链接和磁力链接的返回值处理
- 添加种子文件下载支持和类型标识
- 简化空值检查逻辑

* 更新 detail.ts

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* 更新 detail.ts

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

---------

Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com>
2025-12-28 23:35:16 +08:00
..
api style: format 2025-11-27 11:04:48 +08:00
assets
errors style: auto format 2025-11-27 05:54:33 +00:00
middleware test(header): add wait after each test to prevent race conditions 2025-12-20 23:54:41 +08:00
routes feat(route): 添加BTBTLA指定剧名详情路由 (#20766) 2025-12-28 23:35:16 +08:00
routes-deprecated feat(route): add netflix (#20453) 2025-11-09 23:00:07 +08:00
utils chore: add Nix flake and NixOS module support (#20597) 2025-12-09 19:43:06 +08:00
views docs: update license 2025-12-28 18:39:22 +08:00
app-bootstrap.tsx style: auto format 2025-11-27 02:55:46 +00:00
app.test.ts style: auto format 2025-11-27 02:55:46 +00:00
app.ts
config.test.ts style: auto format 2025-11-27 02:55:46 +00:00
config.ts style: auto format 2025-11-27 02:55:46 +00:00
index.ts style: auto format 2025-11-27 02:55:46 +00:00
pkg.test.ts style: auto format 2025-11-27 02:55:46 +00:00
pkg.ts style: auto format 2025-11-27 05:54:33 +00:00
registry.test.ts style: auto format 2025-11-27 02:55:46 +00:00
registry.ts chore: fix vercel serve static 2025-12-06 23:50:22 +08:00
route-paths.d.ts fix(core): package mode (#20580) 2025-11-26 20:44:18 +08:00
router.js feat(route): add netflix (#20453) 2025-11-09 23:00:07 +08:00
routes.test.ts style: auto format 2025-11-27 02:55:46 +00:00
server.ts
setup.test.ts style: auto format 2025-11-27 02:55:46 +00:00
types.ts