Skip to content

Commit

Permalink
Merge pull request #716 from Guovin/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Guovin authored Dec 20, 2024
2 parents ba7794d + 81d1c37 commit c2717b5
Show file tree
Hide file tree
Showing 10 changed files with 283 additions and 243 deletions.
98 changes: 49 additions & 49 deletions README.md

Large diffs are not rendered by default.

98 changes: 49 additions & 49 deletions README_en.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions config/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ app_port = 8000
# 生成结果文件路径; 默认值: output/result.txt | Generate result file path; Default value: output/result.txt
final_file = output/result.txt
# 结果中偏好的酒店源接口数量 | Preferred number of hotel source interfaces in the result
hotel_num = 4
hotel_num = 10
# 酒店地区获取分页数量 | Number of hotel region acquisition pages
hotel_page_num = 1
# 酒店源地区列表,"全部"表示所有地区 | Hotel source region list, "all" means all regions
Expand All @@ -70,7 +70,7 @@ min_resolution = 1920x1080
# 接口最小速率(单位M/s),需要开启 open_filter_speed 才能生效 | Minimum rate of the interface (unit M/s), need to enable open_filter_speed to take effect
min_speed = 0.2
# 结果中偏好的组播源接口数量 | Preferred number of multicast source interfaces in the result
multicast_num = 3
multicast_num = 10
# 组播地区获取分页数量 | Number of multicast region acquisition pages
multicast_page_num = 1
# 组播源地区列表,"全部"表示所有地区 | Multicast source region list, "all" means all regions
Expand All @@ -79,8 +79,8 @@ multicast_region_list = 全部
online_search_num = 0
# 关键字搜索频道获取分页数量 | Number of keyword search channel acquisition pages
online_search_page_num = 1
# 结果偏好的接口来源,结果优先按该顺序进行排序,hotel:酒店源,multicast:组播源,subscribe:订阅源,online_search:关键字搜索 | Preferred interface source of the result, the result is sorted in this order, hotel: hotel source, multicast: multicast source, subscribe: subscription source, online_search: keyword search
origin_type_prefer = hotel,multicast,subscribe,online_search
# 结果偏好的接口来源,结果优先按该顺序进行排序,逗号分隔,例如:hotel,multicast,subscribe,online_search;hotel:酒店源,multicast:组播源,subscribe:订阅源,online_search:关键字搜索;不填写则表示不指定来源,按照接口速率排序 | Preferred interface source of the result, the result is sorted according to this order, separated by commas, for example: hotel, multicast, subscribe, online_search; hotel: hotel source, multicast: multicast source, subscribe: subscription source, online_search: keyword search; If not filled in, it means that the source is not specified, and it is sorted according to the interface rate
origin_type_prefer =
# 获取最近时间范围内更新的接口(单位天),适当减小可避免出现匹配问题 | Get the interface updated within the recent time range (unit day), appropriately reducing can avoid matching problems
recent_days = 30
# 查询请求超时时长,单位秒(s),用于控制查询接口文本链接的超时时长以及重试时长,调整此值能优化更新时间 | Query request timeout duration, unit seconds (s), used to control the timeout duration and retry duration of querying the interface text link, adjusting this value can optimize the update time
Expand All @@ -90,6 +90,6 @@ sort_timeout = 10
# 模板文件路径, 默认值: config/demo.txt | Template file path, Default value: config/demo.txt
source_file = config/demo.txt
# 结果中偏好的订阅源接口数量 | Preferred number of subscription source interfaces in the result
subscribe_num = 3
subscribe_num = 10
# 单个频道接口数量 | Number of interfaces per channel
urls_limit = 10
14 changes: 7 additions & 7 deletions config/subscribe.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# 这是订阅源列表,每行一个订阅地址
# This is a list of subscription sources, with one subscription address per line
https://iptv.b2og.com/txt/fmml_ipv6.txt
https://cdn.jsdelivr.net/gh/suxuang/myIPTV@main/ipv6.m3u
https://ghgo.xyz/raw.githubusercontent.com/suxuang/myIPTV/main/ipv6.m3u
https://live.zbds.top/tv/iptv6.txt
https://live.zbds.top/tv/iptv4.txt
https://live.fanmingming.com/tv/m3u/ipv6.m3u
https://cdn.jsdelivr.net/gh/joevess/IPTV@main/home.m3u8
https://ghgo.xyz/raw.githubusercontent.com/joevess/IPTV/main/home.m3u8
https://aktv.top/live.txt
http://175.178.251.183:6689/live.txt
https://cdn.jsdelivr.net/gh/kimwang1978/collect-tv-txt@main/merged_output.txt
https://ghgo.xyz/raw.githubusercontent.com/kimwang1978/collect-tv-txt/main/merged_output.txt
https://m3u.ibert.me/txt/fmml_dv6.txt
https://m3u.ibert.me/txt/o_cn.txt
https://m3u.ibert.me/txt/j_iptv.txt
https://cdn.jsdelivr.net/gh/xzw832/cmys@main/S_CCTV.txt
https://cdn.jsdelivr.net/gh/xzw832/cmys@main/S_weishi.txt
https://cdn.jsdelivr.net/gh/asdjkl6/tv@tv/.m3u/整套直播源/测试/整套直播源/l.txt
https://cdn.jsdelivr.net/gh/asdjkl6/tv@tv/.m3u/整套直播源/测试/整套直播源/kk.txt
https://ghgo.xyz/raw.githubusercontent.com/xzw832/cmys/main/S_CCTV.txt
https://ghgo.xyz/raw.githubusercontent.com/xzw832/cmys/main/S_weishi.txt
https://ghgo.xyz/raw.githubusercontent.com/asdjkl6/tv/tv/.m3u/整套直播源/测试/整套直播源/l.txt
https://ghgo.xyz/raw.githubusercontent.com/asdjkl6/tv/tv/.m3u/整套直播源/测试/整套直播源/kk.txt
Loading

0 comments on commit c2717b5

Please sign in to comment.