Update mytv.php

This commit is contained in:
rad168
2025-07-27 05:58:59 +08:00
committed by GitHub
parent 4598c37f13
commit c80976a501

View File

@@ -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;