update M3U8

This commit is contained in:
GitHub Actions Bot 2026-05-02 16:30:38 -04:00
parent 10d79d1bb5
commit cfadd5b917
3 changed files with 1077 additions and 1184 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -3,6 +3,9 @@ UA="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Ge
MAX_JOBS=10
BASE_FILE="./M3U8/base.m3u8"
README="./readme.md"
[[ ! -f "$BASE_FILE" ]] && exit 1
STATUSLOG=$(mktemp)
get_status() {
@ -137,8 +140,6 @@ write_readme() {
} >"$README"
}
[[ ! -f "$BASE_FILE" ]] && exit 1
check_links
write_readme
rm "$STATUSLOG"