景大侠
|
4c3d47f1f0
|
feat(cache): 同步/异步函数可共享缓存
- 缓存键支持自定义命名,使异步与同步函数可共享缓存结果
- 内存缓存改为类变量,实现多个cache装饰器共享同一缓存空间
- 重构AsyncMemoryBackend,减少重复代码
- 补齐部分模块的缓存清理功能
|
2026-02-10 18:46:49 +08:00 |
|
景大侠
|
1751caef62
|
fix: 补充几处season的判空
|
2026-02-02 15:01:12 +08:00 |
|
xiaoQQya
|
a685b1dc3b
|
fix(douban): 修复 imdbid 匹配豆瓣信息成功错误返回 None 的问题
|
2025-10-18 22:34:55 +08:00 |
|
xiaoQQya
|
820fbe4076
|
fix(douban): 修复使用 imdbid 未匹配到豆瓣信息时回退到使用名称匹配豆瓣信息失败的问题
|
2025-10-18 22:07:54 +08:00 |
|
jxxghp
|
ff7fb14087
|
fix cache_clear
|
2025-09-02 08:35:48 +08:00 |
|
jxxghp
|
90633a6495
|
fix #4851
|
2025-08-27 15:57:43 +08:00 |
|
jxxghp
|
e90359eb08
|
fix douban
|
2025-08-23 15:56:30 +08:00 |
|
jxxghp
|
499bdf9b48
|
fix cache clear
|
2025-08-22 07:22:23 +08:00 |
|
jxxghp
|
5f18776c61
|
更新 douban_cache.py
|
2025-08-21 17:52:55 +08:00 |
|
jxxghp
|
0b199b8421
|
fix TTLCache
|
2025-08-21 16:54:49 +08:00 |
|
jxxghp
|
c6c84fe65b
|
rename
|
2025-08-21 16:02:50 +08:00 |
|
jxxghp
|
055c8e26f0
|
refactor:重构缓存系统
|
2025-08-20 17:35:32 +08:00 |
|
jxxghp
|
69cb07c527
|
优化缓存机制,支持Redis和本地缓存的切换
|
2025-08-20 09:16:30 +08:00 |
|
jxxghp
|
a0e4b4a56e
|
feat:媒体查询协程处理
|
2025-07-31 15:24:50 +08:00 |
|
jxxghp
|
983f8fcb03
|
fix httpx
|
2025-07-31 13:51:43 +08:00 |
|
jxxghp
|
6873de7243
|
fix async
|
2025-07-31 13:32:47 +08:00 |
|
jxxghp
|
ceda69aedd
|
add async apis
|
2025-07-31 09:15:38 +08:00 |
|
jxxghp
|
b6ff9f7196
|
fix douban api
|
2025-07-31 08:18:00 +08:00 |
|
jxxghp
|
232759829e
|
为Bangumi和Douban模块添加异步API支持
|
2025-07-30 22:18:11 +08:00 |
|
jxxghp
|
776f629771
|
fix User-Agent
|
2025-07-20 15:50:45 +08:00 |
|
jxxghp
|
378777dc7c
|
feat:弱引用单例
|
2025-07-08 21:29:01 +08:00 |
|
jxxghp
|
574257edf8
|
add SystemConfModel
|
2025-06-27 09:54:15 +08:00 |
|
jxxghp
|
23929f5eaa
|
fix pool size
|
2025-06-07 22:00:09 +08:00 |
|
jxxghp
|
9de3cb0f92
|
fix douban test
|
2025-05-09 20:14:33 +08:00 |
|
jxxghp
|
078b60cc1e
|
feat:支持指定剧集组识别和刮削
|
2025-04-03 18:35:02 +08:00 |
|
jxxghp
|
f9b0db623d
|
fix cython type error
|
2025-03-23 21:39:37 +08:00 |
|
InfinityPacer
|
11d4f27268
|
feat(cache): migrate cachetools usage to unified cache backend
|
2025-01-18 02:12:20 +08:00 |
|
jxxghp
|
23650657cd
|
add noqa
fix #3670
|
2025-01-07 14:20:31 +08:00 |
|
InfinityPacer
|
134fd0761d
|
refactor(cache): split douban cache into recommend and search
|
2024-12-19 20:00:29 +08:00 |
|
Aqr-K
|
825fc35134
|
feat(modules): 增加子级 type 分类。
- 在 `types` 里,针对各个模块的类型进行子级分类。
- 为每个模块统一添加 `get_subtype` 方法,这样一来,能更精准快速地区分与调用子类的每个模块,又能获取 ModuleType 所规定的分类以及对应存在的子模块类型支持列表,从而有效解决当下调用时需繁琐遍历每个 module 以获取 get_name 或 _channel 的问题。
- 解决因消息渠道前端返回所保存的 type 与后端规定值不一致,而需要频繁调用 _channel 私有方法才能获取分类所可能产生的问题。
|
2024-12-03 14:57:19 +08:00 |
|
jxxghp
|
ebffdebdb2
|
refactor: 优化缓存策略
|
2024-11-21 15:52:08 +08:00 |
|
Akimio521
|
d42bd14288
|
fix: 优先使用id作为cache key避免key冲突
|
2024-11-08 10:35:29 +08:00 |
|
jxxghp
|
0584bda470
|
fix bug
|
2024-11-03 19:59:33 +08:00 |
|
Akimio521
|
341526b4d9
|
perfect(MetaAnime): self.cn_name 属性不再进行简化处理,在使用 TMDB 和豆瓣查询时再查询简体化名字
|
2024-11-03 14:05:12 +08:00 |
|
jxxghp
|
363f12ed5a
|
refactor:Module加入执行优先顺序
|
2024-10-19 19:31:25 +08:00 |
|
jxxghp
|
603ab97665
|
add ModuleType Schema
|
2024-10-12 11:50:00 +08:00 |
|
jxxghp
|
8612127161
|
fix 刮削
|
2024-09-24 12:16:49 +08:00 |
|
InfinityPacer
|
862f3cb623
|
feat(limit): change default raise_on_limit to False
|
2024-09-05 23:46:08 +08:00 |
|
InfinityPacer
|
ffbcc988b3
|
feat(limit): refactor RateLimiter to limit package
|
2024-09-05 23:29:44 +08:00 |
|
InfinityPacer
|
d9f6db18d4
|
feat(Douban): add global rate-limiter
|
2024-09-05 00:49:29 +08:00 |
|
jxxghp
|
1f87bc643a
|
sync main
|
2024-08-19 13:06:39 +08:00 |
|
jxxghp
|
1a0c4acf1c
|
fix bug
|
2024-07-06 08:30:09 +08:00 |
|
jxxghp
|
778b562cab
|
fix scraper
|
2024-07-01 15:25:35 +08:00 |
|
jxxghp
|
1e1f80b6d9
|
add remote transfer
|
2024-06-23 09:04:08 +08:00 |
|
jxxghp
|
b98c0f205d
|
fix scrape
|
2024-06-22 20:58:24 +08:00 |
|
jxxghp
|
0c266726ea
|
fix scrap
|
2024-06-22 19:59:24 +08:00 |
|
jxxghp
|
37985eba25
|
fix api
|
2024-06-21 21:28:48 +08:00 |
|
jxxghp
|
e0a251b339
|
fix scrape api
|
2024-06-21 19:19:10 +08:00 |
|
jxxghp
|
ef0cd7d5c5
|
fix meta_nfo
|
2024-06-20 17:04:47 +08:00 |
|
jxxghp
|
35a4d77915
|
fix #2346
|
2024-06-15 21:12:16 +08:00 |
|