mirror of
https://github.com/develop202/migu_video.git
synced 2025-12-17 15:25:03 +08:00
修改720p
This commit is contained in:
@@ -22,7 +22,7 @@ async function fetchURLByAndroid() {
|
||||
`<tv generator-info-name="Tak" generator-info-url="https://github.com/develop202/migu_video/">\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://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`)
|
||||
|
||||
// 分类列表
|
||||
for (let i = 0; i < datas.length; i++) {
|
||||
|
||||
@@ -205,7 +205,7 @@ function getddCalcu720p(puData, programId) {
|
||||
return ""
|
||||
}
|
||||
|
||||
const words = ["e","2","","0"]
|
||||
const words = ["e", "2", "", "0"]
|
||||
const thirdReplaceIndex = 2
|
||||
|
||||
puData = puData.split("");
|
||||
@@ -223,7 +223,7 @@ function getddCalcu720p(puData, programId) {
|
||||
ddCalcu.push(words[i - 1])
|
||||
break;
|
||||
case 2:
|
||||
ddCalcu.push(words[i - 1])
|
||||
ddCalcu.push(keys[parseInt(getDateString(new Date())[6])])
|
||||
break;
|
||||
case 3:
|
||||
ddCalcu.push(keys[programId[thirdReplaceIndex]])
|
||||
|
||||
Reference in New Issue
Block a user