mirror of
https://github.com/rad168/iptv.git
synced 2025-12-16 23:10:21 +08:00
Update mytv.php
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user