From 5f301e85b24f3a219c3020a8e24113c31a2a1058 Mon Sep 17 00:00:00 2001 From: jade (winter) Date: Sun, 19 Jul 2026 17:51:11 +0100 Subject: fix so much stuff + add hls player --- index.php | 49 ++++++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 25 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index b4a98e7..2e367b5 100644 --- a/index.php +++ b/index.php @@ -2,35 +2,34 @@ require_once __DIR__ . '/lib/bbcnext.php'; stream_context_set_default(['http' => [ - 'user_agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', + 'user_agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36', ]]); ?> -
- - -