Releases: 1273294133/iptv-api
Releases · 1273294133/iptv-api
v1.7.2
2025/5/26
🚀 新功能
- 新增支持设置
定时更新间隔,命令行GUIDocker均可实现定时间隔更新,可通过配置update_interval设置执行更新任务时间的间隔,默认
12小时,不作用于工作流,工作流依旧每日
6点与18点执行更新
🌟 优化
- 更新频道别名数据,欢迎提供更多别名,参见:💖 频道别名收集计划
🐛 修复
- 修复公网推流
APP_HOST配置应用(Guovin#1094) - 修复部分场景下未开启测速获取结果未保存问题(Guovin#1092)
- 修复频道缓存结果
解冻失败 - 修复部分设备无法打开
GUI界面
🗑️ 移除
- 移除Docker
UPDATE_CRON环境变量,请使用config/config.ini文件中update_interval参数控制更新时间间隔
English
🚀 New Features
- Added support for setting
scheduled update interval. BothCLI,GUI, andDockernow support scheduled interval
updates. You can set the interval for executing update tasks via theupdate_intervalconfiguration. The default is
12 hours. This does not apply to workflows, which still update daily at
6:00 and 18:00.
🌟 Optimization
- Updated channel alias data. Contributions for more aliases are welcome. See:
💖 Channel Alias Collection Plan
🐛 Bug Fixes
- Fixed the application of the public streaming APP_HOST configuration (Guovin#1094)
- Fixed the issue where results were not saved when speed test was not enabled in some scenarios (Guovin#1092)
- Fixed failure to "unfreeze" channel cache results
- Fixed some devices unable to open the
GUIinterface
🗑️ Removal
- Removed Docker
UPDATE_CRONenvironment variable. Please use theupdate_intervalparameter in the
config/config.inifile to control the update interval.