diff --git a/php/get_pluto.php b/php/get_pluto.php index b6cf8b2..db899c0 100644 --- a/php/get_pluto.php +++ b/php/get_pluto.php @@ -45,7 +45,7 @@ function processEPG($channels) { }); // Hardcoded URL for the EPG file - $epgUrl = "https://raw.githubusercontent.com/gogetta69/public-files/main/Pluto-TV/us.xml"; + $epgUrl = "https://raw.githubusercontent.com/dtankdempse/public-files/main/pluto/us.xml"; // Add the url-tvg attribute to the M3U8 playlist $m3u8 = "#EXTM3U url-tvg=\"{$epgUrl}\"\n";