File size: 254 Bytes
c07c592
 
edfd656
 
2281e2d
c07c592
 
 
 
 
1
2
3
4
5
6
7
8
9
10
<?php
// 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();
?>