2025/2/21
- 🎉 预告:💻IPTV-Web:IPTV电视直播源管理平台,支持在线播放等功能,开发中...
- ⚠️ 注意:若属于旧版本升级,更新该版本需要手动删除旧版本结果缓存文件
output/cache.pkl
- ✨ 新增支持
IPv6域名解析
,提升IPv6接口识别能力(#910) - ✨ Docker更新时间环境变量精简为
UPDATE_CRON
,支持多个时间设置(#920) - ✨ 更新组播源与酒店源离线数据
- 🪄 移除默认代理,由于集中访问压力过大,出现失效情况,建议自行定义订阅源和结果的代理地址,或关注公众号回复获取代理地址
- 🪄 重构频道数据格式
tuple
为dict
,增加类型定义,优化数据处理,调整目录结构 - 🪄 正则匹配预编译,提升效率
- 🐛 调整Docker
FFmpeg
构建版本,解决部分域名无法获取分辨率问题(#864) - 🐛 修复Docker重启时创建重复定时任务问题(#916)
- 🐛 合并默认与用户配置,用户配置只需填写变更项即可(#892,@wongsyrone)
- 🐛 修复结果生成失败问题(#863,#870,#875)
English
- 🎉 Preview: 💻IPTV-Web: IPTV live stream management platform, supports online
playback and other features, under development... - ⚠️ Note: If upgrading from an older version, you need to manually delete the old version's result cache file
output/cache.pkl
- ✨ Added support for
IPv6 domain name resolution
, improving IPv6 interface recognition capability (#910) - ✨ Simplified Docker update time environment variable to
UPDATE_CRON
, supporting multiple time settings (#920) - ✨ Updated offline data for multicast sources and hotel sources
- 🪄 Removed default proxy due to high access pressure causing failures, it is recommended to define your own proxy
address for subscription sources and results, or follow the public account to get the proxy address - 🪄 Refactored channel data format from
tuple
todict
, added type definitions, optimized data processing, and
adjusted directory structure - 🪄 Precompiled regex matching to improve efficiency
- 🐛 Adjusted Docker
FFmpeg
build version to resolve issues with some domain names not being able to get resolution (
#864) - 🐛 Fixed issue of creating duplicate scheduled tasks when Docker restarts (#916)
- 🐛 Merged default and user configurations, users only need to fill in the changes (#892, @wongsyrone)
- 🐛 Fixed issue of result generation failure (#863, #870, #875)