From 459b22f0d488f3b6587daa762e8a5990c63475c5 Mon Sep 17 00:00:00 2001 From: Yiping Chen Date: Wed, 26 Nov 2025 23:59:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20M3U=20=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E4=B8=8D=E6=AD=A3=E7=A1=AE=EF=BC=9B=E4=BC=98=E5=8C=96=E9=9D=9E?= =?UTF-8?q?=E5=86=85=E7=BD=91=E7=8E=AF=E5=A2=83=E4=B8=8B=E4=B8=AD=E5=9B=BD?= =?UTF-8?q?=E5=A4=A7=E9=99=86=E8=AE=BF=E9=97=AE=E8=8A=82=E7=9B=AE=E5=8D=95?= =?UTF-8?q?=E7=9A=84=E4=BC=98=E5=85=88=E7=BA=A7=E4=BB=A5=E6=8F=90=E9=AB=98?= =?UTF-8?q?=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fetchURLByAndroid720p.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetchURLByAndroid720p.js b/fetchURLByAndroid720p.js index 24595e6..4a629e0 100644 --- a/fetchURLByAndroid720p.js +++ b/fetchURLByAndroid720p.js @@ -22,7 +22,7 @@ async function fetchURLByAndroid720p() { `\n`) // 写入开头 - appendFile(path, `#EXTM3U x-tvg-url="https://develop202.github.io/migu_video/playback.xml,https://raw.githubusercontent.com/develop202/migu_video/refs/heads/main/playback.xml,https://gh-proxy.com/https://raw.githubusercontent.com/develop202/migu_video/refs/heads/main/playback.xml" catchup="append" catchup-source="&playbackbegin=\${(b)yyyyMMddHHmmss}&playbackend=\${(e)yyyyMMddHHmmss}"\n`) + appendFile(path, `#EXTM3U x-tvg-url="https://cdn.jsdelivr.net/gh/develop202/migu_video/playback.xml,https://ghfast.top/raw.githubusercontent.com/develop202/migu_video/refs/heads/main/playback.xml,https://hk.gh-proxy.org/raw.githubusercontent.com/develop202/migu_video/refs/heads/main/playback.xml,https://develop202.github.io/migu_video/playback.xml,https://raw.githubusercontents.com/develop202/migu_video/refs/heads/main/playback.xml" catchup="append" catchup-source="&playbackbegin=\${(b)yyyyMMddHHmmss}&playbackend=\${(e)yyyyMMddHHmmss}"\n`) // 分类列表 for (let i = 0; i < datas.length; i++) { @@ -48,7 +48,7 @@ async function fetchURLByAndroid720p() { } // 写入节目 - appendFile(path, `#EXTINF:-1 svg-id="${data[j].name}" svg-name="${data[j].name}" tvg-logo="${data[j].pics.highResolutionH}" group-title="${datas[i].name}",${data[j].name}\n${resObj.url}\n`) + appendFile(path, `#EXTINF:-1 tvg-id="${data[j].name}" tvg-name="${data[j].name}" tvg-logo="${data[j].pics.highResolutionH}" group-title="${datas[i].name}",${data[j].name}\n${resObj.url}\n`) printGreen(` 节目链接更新成功`) } }