release:v1.5.5

This commit is contained in:
guorong.zheng 2024-12-02 16:49:46 +08:00
parent fabdaf8cae
commit d919a42e32
2 changed files with 179 additions and 74 deletions

View file

@ -1,12 +1,38 @@
# 更新日志Changelog
## v1.5.5
### 2024/12/2
- ✨ 增加部分订阅源,移除失效源
- 🐛 调整github代理地址解决访问失效#603
- 🐛 修复GUI测速阶段重复弹出窗口问题#600
- 🐛 修正宁夏/青海模板频道(#594
- 🐛 修复IPv6结果为空问题
- 🪄 优化Docker测速CPU占用问题#606
- 🛠 调整部分默认配置
<details>
<summary>English</summary>
- ✨ Added some subscription sources, removed invalid sources
- 🐛 Adjusted GitHub proxy address to fix access failure (#603)
- 🐛 Fixed repeated pop-up window issue during GUI speed test phase (#600)
- 🐛 Corrected Ningxia/Qinghai template channels (#594)
- 🐛 Fixed issue with empty IPv6 results
- 🪄 Optimized Docker speed test CPU usage (#606)
- 🛠 Adjusted some default configurations
</details>
## v1.5.4
### 2024/11/29
- ⚠️ Python 升级至 3.13,该版本已不支持 Win7若有需要请使用 v1.5.3
- ⚠️ Github 仓库改名iptv-api使用旧接口地址请及时更换新地址
- ⚠️ Docker 新镜像仓库启用guovern/iptv-api旧版的 tv-driver 改为guovern/iptv-api:latesttv-requests 改为 guovern/iptv-api:liteiptv-api:latest 为完整版、iptv-api:lite 为精简版,请使用新的名称命令进行拉取,旧仓库将不再维护
- ⚠️ Docker 新镜像仓库启用guovern/iptv-api旧版的 tv-driver 改为guovern/iptv-api:latesttv-requests 改为
guovern/iptv-api:liteiptv-api:latest 为完整版、iptv-api:lite 为精简版,请使用新的名称命令进行拉取,旧仓库将不再维护
- ❤️ 新增微信公众号关注途径公众号搜索Govin推荐关注公众号可订阅更新通知与使用技巧等文章推送还可进行交流讨论
- ✨ 更换测速方法yt-dlp重构测速逻辑提升准确性、稳定性与效率减小接口切换延迟#563
- ✨ 新增支持 ARM v7#562
@ -19,10 +45,15 @@
<summary>English</summary>
- ⚠️ Python has been upgraded to version 3.13, which no longer supports Win7. If needed, please use version v1.5.3.
- ⚠️ The GitHub repository has been renamed to iptv-api. If you are using the old API address, please update it to the new one promptly.
- ⚠️ New Docker image repository is now active: guovern/iptv-api (the old tv-driver is now guovern/iptv-api:latest, and tv-requests is now guovern/iptv-api:lite). iptv-api:latest is the full version, and iptv-api:lite is the lightweight version. Please use the new names to pull the images, as the old repository will no longer be maintained.
- ❤️ A new way to follow the WeChat official account (search for: Govin) has been added. It is recommended to follow the official account to subscribe to update notifications, usage tips, and engage in discussions.
- ✨ The speed measurement method has been changed to yt-dlp, and the speed measurement logic has been refactored to improve accuracy, stability, and efficiency, reducing interface switching delay (#563).
- ⚠️ The GitHub repository has been renamed to iptv-api. If you are using the old API address, please update it to the
new one promptly.
- ⚠️ New Docker image repository is now active: guovern/iptv-api (the old tv-driver is now guovern/iptv-api:latest, and
tv-requests is now guovern/iptv-api:lite). iptv-api:latest is the full version, and iptv-api:lite is the lightweight
version. Please use the new names to pull the images, as the old repository will no longer be maintained.
- ❤️ A new way to follow the WeChat official account (search for: Govin) has been added. It is recommended to follow the
official account to subscribe to update notifications, usage tips, and engage in discussions.
- ✨ The speed measurement method has been changed to yt-dlp, and the speed measurement logic has been refactored to
improve accuracy, stability, and efficiency, reducing interface switching delay (#563).
- ✨ Support for ARM v7 has been added (#562).
- ✨ Dual result API access (ip/m3u, ip/txt) has been added (#581).
- ✨ A command to start the API service (pipenv run service) has been added.
@ -79,7 +110,8 @@
- 🐛 Fixed the issue of the program stopping (#527).
- 🐛 Fixed the issue of Win7 GUI startup (#536).
- 🗑️ Removed some invalid subscription sources.
- 🗑️ Removed the domain blacklist configuration (domain_blacklist). Please use the interface keyword blacklist (url_keywords_blacklist) instead.
- 🗑️ Removed the domain blacklist configuration (domain_blacklist). Please use the interface keyword blacklist (
url_keywords_blacklist) instead.
</details>
@ -89,8 +121,9 @@
- ✨ 新增频道接口白名单:不参与测速,永远保留在结果最前面(#470
使用方法:
1. 模板频道接口地址后添加$!即可实现(如:广东珠江,http://xxx.m3u$!
2. 额外信息补充(如:广东珠江,http://xxx.m3u$!额外信息 更多接口白名单请至https://github.com/Guovin/iptv-api/issues/514 讨论
1. 模板频道接口地址后添加$!即可实现(如:广东珠江,http://xxx.m3u$!
2. 额外信息补充(如:广东珠江,http://xxx.m3u$!额外信息 更多接口白名单请至https:
//github.com/Guovin/iptv-api/issues/514 讨论
- ✨ 新增 🈳 无结果频道分类:无结果频道默认归类至该底部分类下(#473
- ✨ 接口地址增加来源类型说明
- ✨ 默认模板增加广东民生(#481、广州综合#504
@ -106,11 +139,14 @@
<details>
<summary>English</summary>
- ✨ Added channel interface whitelist: Not participating in speed testing, always kept at the very front of the results. (#470)
- ✨ Added channel interface whitelist: Not participating in speed testing, always kept at the very front of the
results. (#470)
Usage:
1. Add $! after the template channel interface address (e.g., Guangdong Pearl River, http://xxx.m3u$!).
2. Additional information can be appended (e.g., Guangdong Pearl River, http://xxx.m3u$! Additional Information) (#470). For more interface whitelists, please discuss at https://github.com/Guovin/iptv-api/issues/514.
- ✨ Added 🈳 No Results Channel Category: Channels without results are categorized under this bottom category by default (#473).
1. Add $! after the template channel interface address (e.g., Guangdong Pearl River, http://xxx.m3u$!).
2. Additional information can be appended (e.g., Guangdong Pearl River, http://xxx.m3u$! Additional Information) (
#470). For more interface whitelists, please discuss at https://github.com/Guovin/iptv-api/issues/514.
- ✨ Added 🈳 No Results Channel Category: Channels without results are categorized under this bottom category by
default (#473).
- ✨ Interface addresses now include source type descriptions.
- ✨ Default templates now include Guangdong People's Livelihood (#481) and Guangzhou Comprehensive (#504).
- 🪄 Optimized preferred result output.
@ -121,6 +157,7 @@
- 🐛 Fixed the unpack error in result logs.
- 🐛 Fixed the issue of empty interface information in results (#505).
- 🗑️ Removed txt result files from the repository root directory. Please check the result files in the output directory.
</details>
## v1.5.0
@ -129,8 +166,8 @@
- ✨🛠 新增结果偏好设置:
1. 接口来源优先级origin_type_prefer与数量设置hotel_num, multicast_num, subscribe_num, online_search_num
2. IPv 类型优先级ipv_type_prefer与数量设置ipv4_num, ipv6_num
1. 接口来源优先级origin_type_prefer与数量设置hotel_num, multicast_num, subscribe_num, online_search_num
2. IPv 类型优先级ipv_type_prefer与数量设置ipv4_num, ipv6_num
- ✨🛠 新增控制接口测速超时时间sort_timeout#388
- ✨🛠 新增控制是否开启页面服务open_service青龙等平台可使用该配置实现任务执行完成后停止运行
@ -147,18 +184,22 @@
<summary>English</summary>
- ✨🛠 Added result preference settings:
1. Source priority (origin_type_prefer) and quantity settings (hotel_num, multicast_num, subscribe_num, online_search_num)
2. IPv type priority (ipv_type_prefer) and quantity settings (ipv4_num, ipv6_num)
1. Source priority (origin_type_prefer) and quantity settings (hotel_num, multicast_num, subscribe_num,
online_search_num)
2. IPv type priority (ipv_type_prefer) and quantity settings (ipv4_num, ipv6_num)
- ✨🛠 Added control for API speed test timeout (sort_timeout) (#388)
- ✨🛠 Added control to enable or disable page service (open_service) (this configuration can be used on platforms like QingLong to stop running after task completion)
- ✨🛠 Added control to enable or disable page service (open_service) (this configuration can be used on platforms like
QingLong to stop running after task completion)
- ✨🛠 Added control to show or hide API related information (open_url_info) (#431)
- ✨ Added support for m3u address subscription sources (#389)
- ✨ Added 🏛 Classic Theater
- 🪄 Optimized Docker ARM64 FFmpeg support (it is recommended to use the requests image for some ARM devices that cannot run the driver image)
- 🪄 Optimized Docker ARM64 FFmpeg support (it is recommended to use the requests image for some ARM devices that cannot
run the driver image)
- 🪄 Optimized obtaining non-numeric domain IP addresses for multicast (#410)
- 🪄 Optimize the issue of non-existent new parameters when using old configuration files, use default values
- 🐛 Fixed issues with converting non-standard txt files to m3u format (#422)
- 🐛 Fixed issues with failing to obtain IPv6 interface information (#452)
</details>
## v1.4.9
@ -175,7 +216,8 @@
- 移除央视台球部分错误组播地址
- 更新使用教程
- Warning: This update involves configuration changes. Please refer to the latest config.ini. Users of workflow using user_config.ini or Docker mounted configurations should update their configuration files promptly
- Warning: This update involves configuration changes. Please refer to the latest config.ini. Users of workflow using
user_config.ini or Docker mounted configurations should update their configuration files promptly
- Add support for Docker ARM64 images (#369)
- Add resolution filtering feature (related configurations: open_filter_resolution, min_resolution)
- Add display of update time (related configuration: open_update_time)
@ -195,7 +237,8 @@
- 增加汕头频道组播
- 调整默认接口数量为 30
- Add some channels to the default template: Migu Live, CCTV Pay Channels, Movie Channel, Hong Kong and Macau Channels, Local Channels, etc
- Add some channels to the default template: Migu Live, CCTV Pay Channels, Movie Channel, Hong Kong and Macau Channels,
Local Channels, etc
- Add default subscription addresses to the subscription source
- Optimize the efficiency of subscription source and online search speed tests
- Add Shantou channel multicast
@ -257,7 +300,8 @@
- 修正 RTP 文件:贵州电信文件错误,第一财经、东方财经等频道命名,地址错误
- Fixed RTP files: Corrected errors in Guizhou Telecom files, including naming and address errors for channels such as First Financial and Oriental Financial
- Fixed RTP files: Corrected errors in Guizhou Telecom files, including naming and address errors for channels such as
First Financial and Oriental Financial
## v1.4.2
@ -305,9 +349,11 @@
- 修复组播地区选择全部时无法运行问题
- 修复工作流使用 user_config 时无法生成 m3u 结果问题
- Warning: This update involves configuration changes. Please refer to the latest config/config.ini. Users using user_config.ini or Docker-mounted configurations should update their configuration files promptly.
- Warning: This update involves configuration changes. Please refer to the latest config/config.ini. Users using
user_config.ini or Docker-mounted configurations should update their configuration files promptly.
- Added multicast source operation modes: FOFA, Tonkiang.
- Added support for custom-maintained multicast source channel IPs, located in config/rtp, with files named by "region_operator".
- Added support for custom-maintained multicast source channel IPs, located in config/rtp, with files named by "
region_operator".
- Optimized speed test method, significantly improving the speed test of multicast sources and hotel sources.
- Optimized channel name matching method to support fuzzy matching, increasing hit rate.
- Optimized region input selection box.
@ -319,9 +365,12 @@
### 2024/8/30
- 酒店源新增 ZoomEye 数据源,开启 FOFA 配置即可使用Added ZoomEye data source to hotel sources, can be used by enabling FOFA configuration
- 酒店源、组播源地区选项增加“全部”选项Added "all" option to the region selection for hotel sources and multicast sources
- 调整默认运行配置关闭订阅源更新、Tonkiang 酒店源更新Adjusted default runtime configuration: disabled subscription source updates and Tonkiang hotel source updates
- 酒店源新增 ZoomEye 数据源,开启 FOFA 配置即可使用Added ZoomEye data source to hotel sources, can be used by enabling
FOFA configuration
- 酒店源、组播源地区选项增加“全部”选项Added "all" option to the region selection for hotel sources and multicast
sources
- 调整默认运行配置关闭订阅源更新、Tonkiang 酒店源更新Adjusted default runtime configuration: disabled subscription
source updates and Tonkiang hotel source updates
## v1.3.8
@ -337,7 +386,8 @@
### 2024/8/27
- 新增支持 M3U 结果格式转换,支持显示频道图标(open_m3u_result)Added support for M3U result format conversion, including channel icon display (open_m3u_result)
- 新增支持 M3U 结果格式转换,支持显示频道图标(open_m3u_result)Added support for M3U result format conversion, including
channel icon display (open_m3u_result)
- 新增对于无结果的频道进行额外补充查询Added additional queries for channels with no results
- 增加控制使用 FFmpeg 开关(open_ffmpeg)Added a switch to control the use of FFmpeg (open_ffmpeg)
- 调整默认配置以酒店源模式运行Adjusted default configuration to run in hotel source mode
@ -351,29 +401,38 @@
### 2024/8/22
- 新增酒店源更新,支持 Tonkiang、FOFA 两种工作模式Added hotel source updates, supporting Tonkiang and FOFA working modes
- 重构 UI 界面软件,新增帮助-关于、获取频道名称编辑、酒店源相关配置、软件图标Refactored UI interface software, added Help-About, channel name editing, hotel source related configuration, and software icon
- 新增测速日志页面服务,结果链接后添加/log 即可查看Added a new speed test log page service. To view the results, simply add /log to the link
- 重构 UI 界面软件,新增帮助-关于、获取频道名称编辑、酒店源相关配置、软件图标Refactored UI interface software, added
Help-About, channel name editing, hotel source related configuration, and software icon
- 新增测速日志页面服务,结果链接后添加/log 即可查看Added a new speed test log page service. To view the results, simply
add /log to the link
- 移除关注频道相关配置Removed configuration related to followed channels
- 修复 Docker 定时任务未执行问题Fixed issue with Docker scheduled tasks not executing
- 修复使用历史结果时频道数据异常问题Fixed issue with channel data anomalies when using historical results
- 优化 UI 界面软件运行生成配置目录方便查看与修改Optimized UI interface software to generate configuration directory for easier viewing and modification
- 优化 UI 界面软件运行生成配置目录方便查看与修改Optimized UI interface software to generate configuration directory
for easier viewing and modification
## v1.3.5
### 2024/8/14
- 新增支持地区组播 ip 更新,调整默认以此模式运行,基本实现高清流畅播放(#225Added support for updating multicast IP for new regions and adjusted the default to run in this mode, basically achieving high-definition smooth playback (#225)
- 新增支持使用 FFmpeg 进行测速排序、获取分辨率信息,本地运行请手动安装 FFmpegAdded support for speed sorting and resolution information using FFmpeg. Manually install FFmpeg when running locally
- 接口源增加分辨率信息用于源切换时显示Added resolution information to the interface source for display during source switching
- 调整配置文件与结果文件路径config、output 目录),方便 docker 卷挂载(#226Adjusted the paths for configuration and result files (config, output directories) to facilitate Docker volume mounting (#226)
- 新增支持地区组播 ip 更新,调整默认以此模式运行,基本实现高清流畅播放(#225Added support for updating multicast IP for
new regions and adjusted the default to run in this mode, basically achieving high-definition smooth playback (#225)
- 新增支持使用 FFmpeg 进行测速排序、获取分辨率信息,本地运行请手动安装 FFmpegAdded support for speed sorting and
resolution information using FFmpeg. Manually install FFmpeg when running locally
- 接口源增加分辨率信息用于源切换时显示Added resolution information to the interface source for display during source
switching
- 调整配置文件与结果文件路径config、output 目录),方便 docker 卷挂载(#226Adjusted the paths for configuration and
result files (config, output directories) to facilitate Docker volume mounting (#226)
- 修改配置文件类型config.iniModified the configuration file type (config.ini)
## v1.3.4
### 2024/7/31
- 新增配置 open_use_old_result保留使用历史更新结果合并至本次更新中Add configuration open_use_old_result: Keep using the previous update results and merge them into the current update
- 新增配置 open_keep_all保留所有检索结果推荐手动维护时开启#121Add configuration open_keep_all: Keep all search results, recommend enabling it for manual maintenance (#121)
- 新增配置 open_use_old_result保留使用历史更新结果合并至本次更新中Add configuration open_use_old_result: Keep using
the previous update results and merge them into the current update
- 新增配置 open_keep_all保留所有检索结果推荐手动维护时开启#121Add configuration open_keep_all: Keep all search
results, recommend enabling it for manual maintenance (#121)
## v1.3.3
@ -397,8 +456,10 @@
### 2024/7/9
- 重构代码,模块拆分,优化 CPU/内存占用Refactor code, modular decomposition, optimize CPU/memory usage
- 新增两种工作模式driver 模式、requests 模式具体差异见文档说明Add two new working modes: driver mode and requests mode, see documentation for specific differences
- 调整软件界面功能分类摆放增加配置开启更新、开启浏览器模式、开启代理Adjust the software interface, arrange features by category, add configurations: enable updates, enable browser mode, enable proxy
- 新增两种工作模式driver 模式、requests 模式具体差异见文档说明Add two new working modes: driver mode and requests
mode, see documentation for specific differences
- 调整软件界面功能分类摆放增加配置开启更新、开启浏览器模式、开启代理Adjust the software interface, arrange features by
category, add configurations: enable updates, enable browser mode, enable proxy
- 调整工作流更新时间为北京时间每日 6:00Adjust workflow update time to 6:00 AM Beijing time daily
- Docker 镜像增加两种工作模式版本Docker image adds two new working mode versions
@ -408,7 +469,8 @@
- 新增更新结果页面服务ip:8000Add new update results page service (ip:8000)
- 新增支持 Docker 运行并支持定时自动更新Added support for Docker running and automatic updates
- 修复在线查询更新增加随机代理、失败重试提高获取结果成功率Fixed online query update, added random proxy, increased failure retry, and improved the success rate of getting results
- 修复在线查询更新增加随机代理、失败重试提高获取结果成功率Fixed online query update, added random proxy, increased
failure retry, and improved the success rate of getting results
- 更换使用阿里云镜像源Switched to use Alibaba Cloud mirror source
- 增加更新开关配置open_updateAdd update switch configuration: open_update
- 更新说明文档Update documentation
@ -419,7 +481,8 @@
- 优化排序执行逻辑Optimize the sorting execution logic
- 优化超时重试方法Optimize the timeout retry method
- 调整默认配置 open_sort关闭工作流测速排序建议本地运行更准确Adjust the default configuration open_sort: turn off the workflow speed test sorting, local execution is recommended for more accurate results
- 调整默认配置 open_sort关闭工作流测速排序建议本地运行更准确Adjust the default configuration open_sort: turn off the
workflow speed test sorting, local execution is recommended for more accurate results
## v1.2.3
@ -442,29 +505,35 @@
- 兼容 Win7 系统,请使用 Python 版本>=3.8Compatible with Windows 7 system, please use Python version >= 3.8
- 修复部分设备运行更新报错Fixed an error that occurred when some devices ran updates
- 修复工作流更新错误Fixed an error in the workflow update
- 新增捐赠途径主页底部本项目完全免费维护不易若对您有帮助可选择捐赠Add new donation channels (bottom of the homepage), this project is completely free, maintenance is not easy, if it helps you, you can choose to donate
- 新增捐赠途径主页底部本项目完全免费维护不易若对您有帮助可选择捐赠Add new donation channels (bottom of the
homepage), this project is completely free, maintenance is not easy, if it helps you, you can choose to donate
## v1.2.0
### 2024/6/9
- 异步并发、多线程支持,大幅提升更新速度(近 10 倍Asynchronous concurrency and multi-threading support, significantly increasing update speeds (nearly 10 times faster)
- 新增更新工具软件release 附件:update-tool.exe首个版本可能会有不可预见的问题请见谅Added new update tool software (release attachment: update-tool.exe); the first version may have unforeseen issues, please be understanding
- 异步并发、多线程支持,大幅提升更新速度(近 10 倍Asynchronous concurrency and multi-threading support, significantly
increasing update speeds (nearly 10 times faster)
- 新增更新工具软件release 附件:update-tool.exe首个版本可能会有不可预见的问题请见谅Added new update tool software (
release attachment: update-tool.exe); the first version may have unforeseen issues, please be understanding
## v1.1.6
### 2024/5/17
- 增加组播源可全地区运行更新Added multicast sources to run region-wide updates
- 修改默认值关闭在线检索功能组播源全地区更新Change the default value: Disable the online search function and update the multicast source in all regions
- 修改默认值关闭在线检索功能组播源全地区更新Change the default value: Disable the online search function and update
the multicast source in all regions
## v1.1.5
### 2024/5/17
- 增加模糊匹配规则适配在线检索、订阅源、组播源Add fuzzy matching rules for online search, subscription sources, and multicast sources
- 增加模糊匹配规则适配在线检索、订阅源、组播源Add fuzzy matching rules for online search, subscription sources, and
multicast sources
- 增加订阅源、组播源更新进度条Added the update progress bar for subscription sources and multicast sources
- 优化组播源更新可能出现的无匹配结果情况Optimize the possible situation of no match results in multicast source updates
- 优化组播源更新可能出现的无匹配结果情况Optimize the possible situation of no match results in multicast source
updates
- 移除部分错误日志打印Removes some error log prints
- 移除严格匹配配置Removes strict matching configurations
@ -473,7 +542,8 @@
### 2024/5/15
- 新增组播源功能Added multicast source feature
- 新增控制开关控制多种获取模式的启用状态Added control switch to manage the activation status of various acquisition modes
- 新增控制开关控制多种获取模式的启用状态Added control switch to manage the activation status of various acquisition
modes
- 新增严格匹配Added strict matching
- 优化文件读取提升模板初始化速度Optimized file reading to improve initialization speed based on templates
@ -489,7 +559,8 @@
### 2024/5/7
- 重构接口获取方法增强通用性适应结构变更Refactored the method for obtaining the interface, enhanced its universality, and adapted to structural changes
- 重构接口获取方法增强通用性适应结构变更Refactored the method for obtaining the interface, enhanced its universality,
and adapted to structural changes
- 修复 gd 分支自动更新问题(#105Fixed the automatic update issue of the gd branch (#105)
- 优化自定义接口源获取接口去重Optimized the acquisition of custom interface sources and removed duplicate interfaces
@ -497,25 +568,31 @@
### 2024/4/29
- 为避免代码合并冲突,移除 master 分支作为运行更新工作流master 仅作为新功能发布分支,有使用我的链接的小伙伴请修改使用 gd 分支void code merge conflicts, the master branch has been removed as the branch for running update workflows. The master branch is now only used for releasing new features. If you are using my link, please modify it to use the gd branch
- 为避免代码合并冲突,移除 master 分支作为运行更新工作流master 仅作为新功能发布分支,有使用我的链接的小伙伴请修改使用 gd
分支void code merge conflicts, the master branch has been removed as the branch for running update workflows. The
master branch is now only used for releasing new features. If you are using my link, please modify it to use the gd
branch
## v1.1.0
### 2024/4/26
- 新增自定义接口获取源,配置项为 extend_base_urls#56Added custom interface for source acquisition, the configuration item is extend_base_urls (#56)
- 新增自定义接口获取源,配置项为 extend_base_urls#56Added custom interface for source acquisition, the configuration
item is extend_base_urls (#56)
## v1.0.9
### 2024/4/25
- 改进接口获取方法增强处理多种失效场景Improve the method of obtaining the interface, enhance the handling of various failure scenarios
- 改进接口获取方法增强处理多种失效场景Improve the method of obtaining the interface, enhance the handling of various
failure scenarios
## v1.0.8
### 2024/4/24
- 跟进某个节点检索频道名称参数变更(#91Follow up on the parameter change of channel name retrieval for a certain node (#91)
- 跟进某个节点检索频道名称参数变更(#91Follow up on the parameter change of channel name retrieval for a certain node (
#91)
- 调整默认运行配置Adjust the default running configuration
## v1.0.7
@ -524,23 +601,33 @@
- 增加双节点接口来源按最佳节点更新Added dual-node interface source, update according to the best node
- 优化频道更新结果为空的情况(#81Optimized the situation where the channel update result is empty (#81)
- 调整工作流资源使用限制逻辑在允许的范围内提升更新速度Adjusted the logic of workflow resource usage limit, increase the update speed within the allowable range
- 调整工作流资源使用限制逻辑在允许的范围内提升更新速度Adjusted the logic of workflow resource usage limit, increase
the update speed within the allowable range
## v1.0.6
### 2024/4/12
- 恢复工作流更新请谨慎合理使用勿尝试更改默认运行参数可能导致封禁的风险首推使用本地更新Workflow updates have been restored. Please use them carefully and do not attempt to change the default runtime parameters, as this may risk being banned! It is recommended to use local updates first.
- 调整默认配置参数降低单次更新运行时长Adjusted the default configuration parameters to reduce the runtime of a single update.
- 依赖版本锁定,解决可能出现的环境错误(#72Dependency versions have been locked to solve potential environmental errors (#72).
- 优化逻辑与增加检测避免网络异常占用工作流运行Optimized logic and added checks to prevent network anomalies from occupying workflow operations.
- 恢复工作流更新请谨慎合理使用勿尝试更改默认运行参数可能导致封禁的风险首推使用本地更新Workflow updates have been
restored. Please use them carefully and do not attempt to change the default runtime parameters, as this may risk
being banned! It is recommended to use local updates first.
- 调整默认配置参数降低单次更新运行时长Adjusted the default configuration parameters to reduce the runtime of a single
update.
- 依赖版本锁定,解决可能出现的环境错误(#72Dependency versions have been locked to solve potential environmental
errors (#72).
- 优化逻辑与增加检测避免网络异常占用工作流运行Optimized logic and added checks to prevent network anomalies from
occupying workflow operations.
## v1.0.5
### 2024/4/10
- 移除工作流更新鉴于有少数人反馈工作流甚至账号被封禁的情况安全起见只能暂时移除工作流更新机制后续将增加其它平台部署方案Removed workflow updates, in view of the feedback from a few people that their workflows and even accounts have been banned, for safety reasons, the workflow update mechanism can only be temporarily removed, and other platform deployment plans will be added in the future
- 新增本地更新同时移除更新频道个数限制具体使用方法请见快速上手Added local updates and removed the limit on the number of channel updates. For specific usage, please see the quick start guide
- 移除工作流更新鉴于有少数人反馈工作流甚至账号被封禁的情况安全起见只能暂时移除工作流更新机制后续将增加其它平台部署方案Removed
workflow updates, in view of the feedback from a few people that their workflows and even accounts have been banned,
for safety reasons, the workflow update mechanism can only be temporarily removed, and other platform deployment plans
will be added in the future
- 新增本地更新同时移除更新频道个数限制具体使用方法请见快速上手Added local updates and removed the limit on the number
of channel updates. For specific usage, please see the quick start guide
- 适配提供方接口位置变更Adapted to the change of the provider's interface location
## v1.0.4
@ -548,8 +635,11 @@
### 2024/4/8
- 更新 Github 使用条款请务必仔细阅读并遵守Updated GitHub Terms of Service, please read and comply carefully
- 更新使用说明关于可能导致工作流资源滥用的情况说明Updated usage instructions, explanation about situations that may lead to workflow resource abuse
- 增加.gitignore 文件,忽略用户配置、接口更新结果、日志文件等上传,非代码逻辑修改请不要发起 Pull requests避免影响他人使用Added .gitignore file to ignore uploads of user configurations, interface update results, log files, etc. Please do not initiate pull requests for non-code logic modifications to avoid affecting others' use
- 更新使用说明关于可能导致工作流资源滥用的情况说明Updated usage instructions, explanation about situations that may
lead to workflow resource abuse
- 增加.gitignore 文件,忽略用户配置、接口更新结果、日志文件等上传,非代码逻辑修改请不要发起 Pull requests避免影响他人使用Added
.gitignore file to ignore uploads of user configurations, interface update results, log files, etc. Please do not
initiate pull requests for non-code logic modifications to avoid affecting others' use
- 调整更新频率,北京时间每日 8:00 执行一次Adjusted update frequency, executes once daily at 8:00 am Beijing time
- 调整更新频道数量上限200 个Adjusted the maximum limit for updating channel numbers (200)
@ -559,19 +649,22 @@
- 新增接口域名黑名单Add interface domain blacklist
- 新增接口关键字黑名单Add interface keyword blacklist
- 调整过滤逻辑执行顺序提升工作流更新效率Adjust the execution order of the filtering logic to improve workflow update efficiency
- 调整过滤逻辑执行顺序提升工作流更新效率Adjust the execution order of the filtering logic to improve workflow update
efficiency
## v1.0.2
### 2024/4/5
- 修复用户配置后接口更新结果与日志文件命名问题Fix the issue of interface update results and log file naming after user configuration
- 修复用户配置后接口更新结果与日志文件命名问题Fix the issue of interface update results and log file naming after user
configuration
## v1.0.1
### 2024/4/1
- 适配接口提供方变更调整接口链接与信息提取方法Adapt to changes from the interface provider, adjust the interface link and information extraction method
- 适配接口提供方变更调整接口链接与信息提取方法Adapt to changes from the interface provider, adjust the interface link
and information extraction method
---
@ -598,7 +691,10 @@
### 2024/3/25
- 增加代码防覆盖,用户可使用 user\_作为文件前缀以区分独有配置可避免在合并更新时本地代码被上游仓库代码覆盖如 user_config.py、user_demo.txt、user_result.txtAdd code anti-overwriting. Users can use user\_ as the file prefix to distinguish unique configurations. This prevents local codes from being overwritten by upstream repository codes, such as user_config.py, user_demo.txt, and user_result.txt, when merging updates
- 增加代码防覆盖,用户可使用 user\_作为文件前缀以区分独有配置可避免在合并更新时本地代码被上游仓库代码覆盖
user_config.py、user_demo.txt、user_result.txtAdd code anti-overwriting. Users can use user\_ as the file prefix to
distinguish unique configurations. This prevents local codes from being overwritten by upstream repository codes, such
as user_config.py, user_demo.txt, and user_result.txt, when merging updates
---
@ -606,7 +702,9 @@
- 修复潜在的更新文件追踪失效导致更新失败Fixed potential tracking failure of updated files, leading to update failure
- 调整最近更新获取时间默认为 30 天Adjusted the default recent update retrieval time to 30 days
- 优化最近更新接口筛选当筛选后不足指定接口个数时将使用其它时间范围的可用接口补充Optimized the recent update interface filter, when the number of interfaces is insufficient after filtering, other time range available interfaces will be used for supplementation
- 优化最近更新接口筛选当筛选后不足指定接口个数时将使用其它时间范围的可用接口补充Optimized the recent update interface
filter, when the number of interfaces is insufficient after filtering, other time range available interfaces will be
used for supplementation
- 优化珠江、CCTV 频道匹配问题Optimized the matching problem of Zhujiang and CCTV channels
- 移除推送实时触发更新Removed push real-time trigger update
@ -614,9 +712,11 @@
### 2024/3/18
- 新增配置项ipv_type用于过滤 ipv4、ipv6 接口类型Added configuration item: ipv_type, used to filter ipv4, ipv6 interface types
- 新增配置项ipv_type用于过滤 ipv4、ipv6 接口类型Added configuration item: ipv_type, used to filter ipv4, ipv6
interface types
- 优化文件更新逻辑避免更新失效引起文件丢失Optimized file update logic to prevent file loss caused by update failure
- 调整分页获取默认值:关注频道获取 6 页,常规频道获取 4 页以提升更新速度Adjusted the default value for pagination: fetch 6 pages for followed channels, 4 pages for regular channels, to improve update speed
- 调整分页获取默认值:关注频道获取 6 页,常规频道获取 4 页以提升更新速度Adjusted the default value for pagination: fetch
6 pages for followed channels, 4 pages for regular channels, to improve update speed
- 增加接口日志文件 result.log 输出Added output of interface log file result.log
- 修复权重排序异常Fixed weight sorting anomaly
@ -632,8 +732,10 @@
### 2024/3/13
- 增加配置项recent_days筛选获取最近时间范围内更新的接口默认最近 60 天Added configuration item: recent_days, a filter to get the most recently updated interfaces, default to the last 60 days
- 调整默认值:关注频道获取 8 页,常规频道获取 5 页Adjusted default values: fetch 8 pages for followed channels, 5 pages for regular channels
- 增加配置项recent_days筛选获取最近时间范围内更新的接口默认最近 60 天Added configuration item: recent_days, a filter
to get the most recently updated interfaces, default to the last 60 days
- 调整默认值:关注频道获取 8 页,常规频道获取 5 页Adjusted default values: fetch 8 pages for followed channels, 5 pages
for regular channels
---
@ -646,6 +748,9 @@
### 2024/3/4
- 增加配置项响应时间与分辨率权重值Added configuration items: response time and resolution weight values
- 移除配置项是否过滤无效接口始终执行过滤Removed configuration items: whether to filter invalid interfaces, always perform filtering
- 移除按日期排序采用响应时间与分辨率作为排序规则Removed sorting by date, using response time and resolution as sorting rules
- 更新 README增加修改更新频率、文件代理说明、更新日志Updated README: added modification update frequency, file proxy description, update log
- 移除配置项是否过滤无效接口始终执行过滤Removed configuration items: whether to filter invalid interfaces, always
perform filtering
- 移除按日期排序采用响应时间与分辨率作为排序规则Removed sorting by date, using response time and resolution as sorting
rules
- 更新 README增加修改更新频率、文件代理说明、更新日志Updated README: added modification update frequency, file proxy
description, update log

View file

@ -1,4 +1,4 @@
{
"version": "1.5.4",
"version": "1.5.5",
"name": "IPTV-API"
}