mirror of
https://github.com/iptv-org/epg
synced 2025-12-22 21:36:55 -05:00
@@ -117,6 +117,6 @@ function parseEpisode(item) {
|
|||||||
|
|
||||||
function parseIcon(item) {
|
function parseIcon(item) {
|
||||||
return item.program.preferredImage && item.program.preferredImage.uri
|
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
|
: null
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ it('can parse response', () => {
|
|||||||
category: ['Health'],
|
category: ['Health'],
|
||||||
season: 1,
|
season: 1,
|
||||||
episode: 6,
|
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',
|
start: '2022-01-20T00:30:00.000Z',
|
||||||
@@ -46,7 +46,7 @@ it('can parse response', () => {
|
|||||||
title: 'Four Senses',
|
title: 'Four Senses',
|
||||||
description: `Everything is sizzled and seared as chef Corbin Tomaszeski joins Christine and Carl in the kitchen.`,
|
description: `Everything is sizzled and seared as chef Corbin Tomaszeski joins Christine and Carl in the kitchen.`,
|
||||||
category: ['House/garden'],
|
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'
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user