Skip to content

Commit

Permalink
Update get_pluto.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dtankdempse authored Nov 5, 2024
1 parent 73afa52 commit a47fb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/get_pluto.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function processEPG($channels) {
});

// Hardcoded URL for the EPG file
$epgUrl = "https://raw.githubusercontent.com/dtankdempse/public-files/main/pluto/us.xml";
$epgUrl = "https://raw.githubusercontent.com/dtankdempse/free-iptv-channels/refs/heads/main/pluto/us.xml";

// Add the url-tvg attribute to the M3U8 playlist
$m3u8 = "#EXTM3U url-tvg=\"{$epgUrl}\"\n";
Expand Down

0 comments on commit a47fb55

Please sign in to comment.