From c80976a501e5273323786884fa9fc627bd527711 Mon Sep 17 00:00:00 2001 From: rad168 <86744795+rad168@users.noreply.github.com> Date: Sun, 27 Jul 2025 05:58:59 +0800 Subject: [PATCH] Update mytv.php --- mytv/mytv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mytv/mytv.php b/mytv/mytv.php index 94d991a..add943a 100644 --- a/mytv/mytv.php +++ b/mytv/mytv.php @@ -147,7 +147,7 @@ if ( strpos($request_url, '.m3u8') !== false || stripos($content_type, 'mpegurl') !== false || stripos($content_type, 'application/x-mpegurl') !== false || - stripos($content_type, 'text/plain') !== false || +// stripos($content_type, 'text/plain') !== false || strpos(ltrim($body), '#EXTM3U') === 0 ) { $is_m3u8 = true;