// URL del archivo m3u8 | |
print("-----------------"); | |
exit(); | |
$url_m3u8 = "https://sj-cors.herokuapp.com/http://bantel-cdn1.iptvperu.tv:1935/cdnrji/espn1/playlist.m3u8"; | |
// Redirige a la URL del archivo m3u8 | |
header("Location: $url_m3u8"); | |
exit(); | |