update M3U8

This commit is contained in:
GitHub Actions Bot 2026-04-07 17:30:50 -04:00
parent 87437fc676
commit 269d6b8832
3 changed files with 453 additions and 717 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -34,7 +34,7 @@ get_status() {
echo "PASS" >>"$STATUSLOG" echo "PASS" >>"$STATUSLOG"
else else
printf '❌ %s (%s)\n' "$channel" "$url" printf '❌ %s (%s)\n' "$channel" "$url"
if [[ "$output" =~ Server\ returned\ ([0-9]{3})\ (.+) ]]; then if [[ "$output" =~ Server\ returned\ ([0-9]{3})\ (.+) ]]; then
code="${BASH_REMATCH[1]}" code="${BASH_REMATCH[1]}"