noone
|
a0329a3eb0
|
feat(rss): 支持自定义User-Agent获取RSS。目前有些站点没有配置UA时会不能正确获取RSS内容
- 在RSS方法中新增ua参数用于指定User-Agent
- 更新RequestUtils调用以传递自定义User-Agent
- 修改torrents链中RSS解析逻辑以支持站点配置的ua字段
- 设置默认超时时间为30秒以增强稳定性
|
2025-11-06 16:32:01 +08:00 |
|
jxxghp
|
0c58eae5e7
|
Merge pull request #5060 from wikrin/cached
|
2025-10-19 22:37:33 +08:00 |
|
Attente
|
b609567c38
|
feat(cache): 引入 fresh 和 async_fresh 以控制缓存行为
- 新增 `fresh` 和 `async_fresh` 用于在同步和异步函数中
临时禁用缓存。
- 通过 `_fresh` 这一 contextvars 变量实现上下文感知的
缓存刷新机制
- 修改了 `cached` 装饰器逻辑,在 `is_fresh()` 为 True
时跳过缓存读取。
- 修复 download 模块中路径处理问题,使用 `Path.as_posix()` 确保跨平台兼容性。
|
2025-10-19 22:31:50 +08:00 |
|
jxxghp
|
7ecfa44fa0
|
Merge pull request #5057 from xiaoQQya/v2
|
2025-10-19 06:49:23 +08:00 |
|
xiaoQQya
|
a685b1dc3b
|
fix(douban): 修复 imdbid 匹配豆瓣信息成功错误返回 None 的问题
|
2025-10-18 22:34:55 +08:00 |
|
jxxghp
|
63ce49a17c
|
Merge pull request #5056 from xiaoQQya/v2
|
2025-10-18 22:16:03 +08:00 |
|
xiaoQQya
|
820fbe4076
|
fix(douban): 修复使用 imdbid 未匹配到豆瓣信息时回退到使用名称匹配豆瓣信息失败的问题
|
2025-10-18 22:07:54 +08:00 |
|
jxxghp
|
efa05b7775
|
Update media tool descriptions for clarity and detail in JSON configuration
|
2025-10-18 22:00:24 +08:00 |
|
jxxghp
|
003781e903
|
add MoviePilot AI agent implementation and workflow manager
|
2025-10-18 21:55:31 +08:00 |
|
jxxghp
|
ee71bafc96
|
fix
|
2025-10-18 21:32:46 +08:00 |
|
jxxghp
|
bdd5f1231e
|
add ai agent
|
2025-10-18 21:26:51 +08:00 |
|
jxxghp
|
6fee532c96
|
add ai agent
|
2025-10-18 21:26:36 +08:00 |
|
jxxghp
|
78aaad7b59
|
Merge pull request #5028 from ThedoRap/v2
|
2025-10-07 23:00:21 +08:00 |
|
Reaper
|
b128b0ede2
|
修复知行 极速之星 框架解析 做种信息
|
2025-10-02 20:43:06 +08:00 |
|
Reaper
|
737d2f3bc6
|
优化知行 极速之星 框架解析
|
2025-10-02 20:03:28 +08:00 |
|
jxxghp
|
179be53a65
|
Merge pull request #5025 from ThedoRap/v2
|
2025-10-02 06:50:37 +08:00 |
|
Reaper
|
1867f5e7c2
|
增加知行 极速之星 框架解析
|
2025-10-02 04:27:35 +08:00 |
|
jxxghp
|
6662d24565
|
Merge pull request #5019 from xiaoQQya/develop
|
2025-10-01 11:53:24 +08:00 |
|
jxxghp
|
5880566a99
|
Merge pull request #5018 from Aqr-K/fix-plugin
|
2025-10-01 11:52:43 +08:00 |
|
xiaoQQya
|
5d05b32711
|
fix: 修复 README 本地运行提示 No module named 'app' 的问题
|
2025-09-30 23:45:25 +08:00 |
|
Aqr-K
|
fa2b720e92
|
Refactor(plugins): Use pathlib.relative_to for robust plugin path resolution
|
2025-09-30 20:03:08 +08:00 |
|
jxxghp
|
d381238f83
|
Merge pull request #5017 from Aqr-K/fix-plugin
|
2025-09-30 19:55:46 +08:00 |
|
Aqr-K
|
751d627ead
|
Merge branch 'fix-plugin' of https://github.com/aqr-k/MoviePilot into fix-plugin
|
2025-09-30 19:48:46 +08:00 |
|
Aqr-K
|
3e66a8de9b
|
Rollback cache
|
2025-09-30 19:35:50 +08:00 |
|
Aqr-K
|
266052b12b
|
Update app/core/plugin.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-09-30 19:26:33 +08:00 |
|
Aqr-K
|
803f4328f4
|
fix(plugins): Improve hot-reload robustness for multi-inheritance plugins
|
2025-09-30 18:34:26 +08:00 |
|
Aqr-K
|
8e95568e11
|
refactor(plugins): Improve hot-reloading with watchfiles
|
2025-09-30 18:01:02 +08:00 |
|
jxxghp
|
ab09ee4819
|
Merge pull request #4998 from Seed680/v2
|
2025-09-24 15:02:26 +08:00 |
|
noone
|
41f94a172f
|
fix:对telegram发送标题进行转义
|
2025-09-24 14:29:42 +08:00 |
|
noone
|
566e597994
|
fix:撤销不必要转义
|
2025-09-24 14:26:09 +08:00 |
|
noone
|
765fb9c05f
|
fix:更新Telegram解析模式为MarkdownV2;Telegram发送的内容按 Telegram V2 规则转义特殊字符
|
2025-09-24 14:14:11 +08:00 |
|
jxxghp
|
b6720a19f7
|
更新 plugin.py
|
2025-09-22 17:56:12 +08:00 |
|
jxxghp
|
3b130651c4
|
Merge pull request #4987 from Aqr-K/refactor/plugin-monitor
|
2025-09-22 11:41:13 +08:00 |
|
jxxghp
|
3f6c35dabe
|
Merge pull request #4986 from Aqr-K/fix-plugin-reload
|
2025-09-22 07:08:33 +08:00 |
|
Aqr-K
|
db2a952bca
|
refactor(plugin): Enhance hot reload with debounce and subdirectory support
|
2025-09-22 02:48:49 +08:00 |
|
Aqr-K
|
0ea9770bc3
|
Create debounce.py
|
2025-09-22 02:38:15 +08:00 |
|
Aqr-K
|
0b20956c90
|
fix
|
2025-09-21 22:42:18 +08:00 |
|
jxxghp
|
9f73b47d54
|
Merge pull request #4977 from jxxghp/cursor/fix-moviepilot-issue-4975-ff74
|
2025-09-19 18:15:08 +08:00 |
|
Cursor Agent
|
ce9c99af71
|
Refactor: Use copy instead of move for file operations
Co-authored-by: jxxghp <jxxghp@qq.com>
|
2025-09-19 09:54:44 +00:00 |
|
jxxghp
|
784024fb5d
|
更新 version.py
v2.8.1-1
|
2025-09-19 08:50:33 +08:00 |
|
jxxghp
|
1145b32299
|
fix plugin install
v2.8.1
|
2025-09-18 22:32:04 +08:00 |
|
jxxghp
|
ab71df0011
|
Merge pull request #4971 from cddjr/fix_glitch
|
2025-09-18 21:00:00 +08:00 |
|
jxxghp
|
fb137252a9
|
fix plugin id lower case
|
2025-09-18 18:00:15 +08:00 |
|
jxxghp
|
f57a680306
|
插件安装支持传递 repo_url 参数
|
2025-09-18 17:42:12 +08:00 |
|
景大侠
|
8bb3eaa320
|
fix 获取上次搜索结果时产生的NoneType异常
glitchtip#14
|
2025-09-18 17:23:20 +08:00 |
|
景大侠
|
9489730a44
|
fix u115刷新access_token失败会产生NoneType异常
glitchtip#49549
|
2025-09-18 17:23:20 +08:00 |
|
景大侠
|
d4795bb897
|
fix u115重试请求时报错unexpected keyword argument
glitchtip#136696
|
2025-09-18 17:23:19 +08:00 |
|
景大侠
|
63775872c7
|
fix TMDB因连接失败产生的NoneType错误
glitchtip#11
|
2025-09-18 17:05:09 +08:00 |
|
jxxghp
|
beff508a1f
|
Merge pull request #4970 from cddjr/fix_trimemedia
|
2025-09-18 15:55:46 +08:00 |
|
景大侠
|
deaae8a2c6
|
fix
|
2025-09-18 15:39:10 +08:00 |
|