From db14950fc44de4a2f70594e9661140e98d02e92c Mon Sep 17 00:00:00 2001 From: Arkina <60531069+Arkina1234@users.noreply.github.com> Date: Thu, 30 Jun 2022 07:49:49 -0400 Subject: [PATCH 1/2] Update tvtv.us.config.js --- sites/tvtv.us/tvtv.us.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/tvtv.us/tvtv.us.config.js b/sites/tvtv.us/tvtv.us.config.js index b3c9c334..35dc556a 100644 --- a/sites/tvtv.us/tvtv.us.config.js +++ b/sites/tvtv.us/tvtv.us.config.js @@ -117,6 +117,6 @@ function parseEpisode(item) { function parseIcon(item) { return item.program.preferredImage && item.program.preferredImage.uri - ? `http://tvtv.tmsimg.com/${item.program.preferredImage.uri}` + ? `https://tvtv.us/gn/i/${item.program.preferredImage.uri}` : null } From f70c5ba68a1f502b8810fe88e6fa8d9e1a2c29f9 Mon Sep 17 00:00:00 2001 From: Arkina <60531069+Arkina1234@users.noreply.github.com> Date: Thu, 30 Jun 2022 07:58:10 -0400 Subject: [PATCH 2/2] Update tvtv.us.test.js --- sites/tvtv.us/tvtv.us.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/tvtv.us/tvtv.us.test.js b/sites/tvtv.us/tvtv.us.test.js index fb593c45..af932dc2 100644 --- a/sites/tvtv.us/tvtv.us.test.js +++ b/sites/tvtv.us/tvtv.us.test.js @@ -38,7 +38,7 @@ it('can parse response', () => { category: ['Health'], season: 1, episode: 6, - icon: 'http://tvtv.tmsimg.com/assets/p16640522_b_v9_aa.jpg?w=240&h=360' + icon: 'https://tvtv.us/gn/i/assets/p16640522_b_v9_aa.jpg?w=240&h=360' }, { start: '2022-01-20T00:30:00.000Z', @@ -46,7 +46,7 @@ it('can parse response', () => { title: 'Four Senses', description: `Everything is sizzled and seared as chef Corbin Tomaszeski joins Christine and Carl in the kitchen.`, category: ['House/garden'], - icon: 'http://tvtv.tmsimg.com/assets/p10464580_b_v7_aa.jpg?w=240&h=360' + icon: 'https://tvtv.us/gn/i/assets/p10464580_b_v7_aa.jpg?w=240&h=360' } ]) })