From 4b02dbd73141fcefd326afed7e602aa5b0d7b96b Mon Sep 17 00:00:00 2001 From: thomraider12 <168651587+thomraider12@users.noreply.github.com> Date: Sun, 15 Mar 2026 17:02:44 +0000 Subject: [PATCH] fix meo's image url --- sites/meo.pt/meo.pt.config.js | 2 +- sites/meo.pt/meo.pt.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/meo.pt/meo.pt.config.js b/sites/meo.pt/meo.pt.config.js index 82d5f1cf..2568b0b9 100644 --- a/sites/meo.pt/meo.pt.config.js +++ b/sites/meo.pt/meo.pt.config.js @@ -47,7 +47,7 @@ module.exports = { // Construct image URL using the same logic as before if possible if (item.Title && channel.site_id) { const encodedTitle = encodeURIComponent(item.Title) - const image = `https://proxycache.online.meo.pt/eemstb/ImageHandler.ashx?evTitle=${encodedTitle}&chCallLetter=${channel.site_id}&profile=16_9&width=600` + const image = `https://cdn-er-images.online.meo.pt/eemstb/ImageHandler.ashx?chCallLetter=${channel.site_id}&progTitle=${encodedTitle}&profile=16_9&profileFallback=false&noFallback=true&appSource=PC_CHROME_PWA&width=600&csf` prog.icon = { src: image } prog.image = image } diff --git a/sites/meo.pt/meo.pt.test.js b/sites/meo.pt/meo.pt.test.js index 26b5ce0f..57b36c59 100644 --- a/sites/meo.pt/meo.pt.test.js +++ b/sites/meo.pt/meo.pt.test.js @@ -52,7 +52,7 @@ it('can parse response', async () => { title: 'Barman - Ep. 4', description: "'Barman' é uma série de comédia dramática sobre um jovem comediante que começa a trabalhar como Barman porque precisa de arranjar dinheiro depressa, pelo caminho é obrigado a lidar com a vida noturna e conciliar duas realidades diferentes.", icon: { - src: 'https://proxycache.online.meo.pt/eemstb/ImageHandler.ashx?evTitle=Barman%20-%20Ep.%204&chCallLetter=RTPM&profile=16_9&width=600' + src: 'https://cdn-er-images.online.meo.pt/eemstb/ImageHandler.ashx?chCallLetter=RTPM&progTitle=Barman%20-%20Ep.%204&profile=16_9&profileFallback=false&noFallback=true&appSource=PC_CHROME_PWA&width=1920&csf' } }) })