From ccab8cab396edafebaeadba375327b6c00bd0a9f Mon Sep 17 00:00:00 2001 From: Reuben Date: Tue, 5 Nov 2024 12:53:20 -0700 Subject: [PATCH] Update get_pluto.php --- php/get_pluto.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";