From 4b423f150ea738c8f804ee1404374470b70da05a Mon Sep 17 00:00:00 2001 From: CasperMcFadden95 <145611964+CasperMcFadden95@users.noreply.github.com> Date: Sat, 24 Jan 2026 07:47:57 +0000 Subject: [PATCH 1/6] Update shahid.mbc.net_ar.channels.xml --- sites/shahid.mbc.net/shahid.mbc.net_ar.channels.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/shahid.mbc.net/shahid.mbc.net_ar.channels.xml b/sites/shahid.mbc.net/shahid.mbc.net_ar.channels.xml index b3d659812..d64bc8252 100644 --- a/sites/shahid.mbc.net/shahid.mbc.net_ar.channels.xml +++ b/sites/shahid.mbc.net/shahid.mbc.net_ar.channels.xml @@ -35,6 +35,7 @@ ماجد المهندس قناة مرايا MBC1 + MBC1 MBC1 MBC2 MBC3 From c36baa3077a21e6bbaf6284fb974ec3ca7be3f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Mon, 26 Jan 2026 11:24:36 +0100 Subject: [PATCH 2/6] Add detail.episodeName to EPG as subTitle --- sites/telenet.tv/telenet.tv.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/telenet.tv/telenet.tv.config.js b/sites/telenet.tv/telenet.tv.config.js index 7f286001a..159539d04 100644 --- a/sites/telenet.tv/telenet.tv.config.js +++ b/sites/telenet.tv/telenet.tv.config.js @@ -63,6 +63,7 @@ module.exports = { const detail = await loadProgramDetails(item, channel) programs.push({ title: item.title, + subTitle: detail.episodeName, icon: parseIcon(item), description: detail.longDescription, category: detail.genres, From 37e478b423ae3abf7318681fe14e2bd4c3684cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Mon, 26 Jan 2026 11:55:09 +0100 Subject: [PATCH 3/6] Fix generated url --- sites/telenet.tv/telenet.tv.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/telenet.tv/telenet.tv.config.js b/sites/telenet.tv/telenet.tv.config.js index 159539d04..0c42595d3 100644 --- a/sites/telenet.tv/telenet.tv.config.js +++ b/sites/telenet.tv/telenet.tv.config.js @@ -14,7 +14,7 @@ module.exports = { } }, url: function ({ date, channel }) { - return `${API_STATIC_ENDPOINT}/${channel.lang}/events/segments/${date.format('YYYYMMDDHHmmss')}` + return `${API_STATIC_ENDPOINT}/${channel.lang}/events/segments/${date.format('YYYYMMDD')}000000` }, async parser({ content, channel, date }) { let programs = [] From 8002fe2a40fef0550a6a8d3c02bedfb457a7bcce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Mon, 26 Jan 2026 12:17:22 +0100 Subject: [PATCH 4/6] Fix other urls as well --- sites/telenet.tv/telenet.tv.config.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/sites/telenet.tv/telenet.tv.config.js b/sites/telenet.tv/telenet.tv.config.js index 0c42595d3..ac71973a6 100644 --- a/sites/telenet.tv/telenet.tv.config.js +++ b/sites/telenet.tv/telenet.tv.config.js @@ -22,25 +22,19 @@ module.exports = { if (!items.length) return programs const promises = [ axios.get( - `${API_STATIC_ENDPOINT}/${channel.lang}/events/segments/${date - .add(6, 'h') - .format('YYYYMMDDHHmmss')}`, + `${API_STATIC_ENDPOINT}/${channel.lang}/events/segments/${date.format('YYYYMMDD')}060000`, { responseType: 'arraybuffer' } ), axios.get( - `${API_STATIC_ENDPOINT}/${channel.lang}/events/segments/${date - .add(12, 'h') - .format('YYYYMMDDHHmmss')}`, + `${API_STATIC_ENDPOINT}/${channel.lang}/events/segments/${date.format('YYYYMMDD')}120000`, { responseType: 'arraybuffer' } ), axios.get( - `${API_STATIC_ENDPOINT}/${channel.lang}/events/segments/${date - .add(18, 'h') - .format('YYYYMMDDHHmmss')}`, + `${API_STATIC_ENDPOINT}/${channel.lang}/events/segments/${date.format('YYYYMMDD')}180000`, { responseType: 'arraybuffer' } From 50c3781071a367f0522b76cdd52dd7f3a5c9af03 Mon Sep 17 00:00:00 2001 From: "iptv-bot[bot]" <84861620+iptv-bot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 01:16:51 +0000 Subject: [PATCH 5/6] [Bot] Update SITES.md Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/21380651618) workflow. --- SITES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SITES.md b/SITES.md index 65b6bec3b..3e0592952 100644 --- a/SITES.md +++ b/SITES.md @@ -192,7 +192,7 @@ tv.trueid.net24635🟢 tv.yandex.ru9766🔴https://github.com/iptv-org/epg/issues/2803 tv24.co.uk107238🟢 - tv24.se326157🟢 + tv24.se326157🟢https://github.com/iptv-org/epg/issues/2993 tv2go.t-2.net342232🟢 tvarenasport.com1818🟢 tvarenasport.hr1010🟢 From 0f4aa59eda554cbd10f4a0a2ebc267f9927550c0 Mon Sep 17 00:00:00 2001 From: "iptv-bot[bot]" <84861620+iptv-bot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 01:21:59 +0000 Subject: [PATCH 6/6] [Bot] Update SITES.md Committed by [iptv-bot](https://github.com/apps/iptv-bot) via [update](https://github.com/iptv-org/epg/actions/runs/21654568469) workflow. --- SITES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SITES.md b/SITES.md index 3e0592952..8178ba28e 100644 --- a/SITES.md +++ b/SITES.md @@ -188,7 +188,7 @@ tv.movistar.com.pe28239🟢 tv.nu199180🟢 tv.post.lu332241🟢 - tv.sfr.fr489438🟢 + tv.sfr.fr489438🟢https://github.com/iptv-org/epg/issues/2998 tv.trueid.net24635🟢 tv.yandex.ru9766🔴https://github.com/iptv-org/epg/issues/2803 tv24.co.uk107238🟢