使用flv

This commit is contained in:
test
2025-12-15 20:16:37 +08:00
parent bc2923ef0c
commit 435a4a1024
4 changed files with 16 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ async function fetchURLByAndroid720p() {
if (location == "" || location == undefined || location == null) {
continue
}
if (location.startsWith("http://hlsz")) {
if (!location.startsWith("http://bofang")) {
resObj.url = location
break
}