撰于 阅读 35

IPTV 填进 TVBOX ALIST 里面,远程更新

status_code="301" && header="https://pixman.io/topics/17" && server="gunicorn"

在 ALIST-TVBOX 里面/0 这个订阅,增加定制。

{
"lives": [
{
"name": "v4v1",
"type": 0,
"url": "http://0/itv_proxy.m3u",
"playerType": 1,
"epg": "http://epg.112114.xyz/?ch={name}&date={date}",
"logo": "https://epg.112114.xyz/logo/{name}.png"
},
{
"name": "v4v3",
"type": 0,
"url": "http://050/itv_proxy.m3u",
"playerType": 1,
"epg": "http://epg.112114.xyz/?ch={name}&date={date}",
"logo": "https://epg.112114.xyz/logo/{name}.png"
}
],
"blacklist": {
"sites": ["", "", "", "", "", "", "", ""]
}
}

问题在于 json 格式经常弄错,使用 AI 来写简单一些,快很多。