mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update sky.com.test.js
This commit is contained in:
parent
f3df393df6
commit
145ed8c831
1 changed files with 4 additions and 8 deletions
|
@ -35,10 +35,8 @@ it('can parse response', () => {
|
|||
'A Sale Of Two Cities: Emily brings her mother along with her to Walnut, and Darrell wastes no time finding an advantage. Ivy and Ivy jr clean up with their locker. (S12, ep 4)',
|
||||
season: 12,
|
||||
episode: 4,
|
||||
icon: {
|
||||
src: 'https://images.metadata.sky.com/pd-image/42dd62d5-7d64-38b7-aafc-1c624c005f16/16-9/640'
|
||||
},
|
||||
image: 'https://images.metadata.sky.com/pd-image/42dd62d5-7d64-38b7-aafc-1c624c005f16/16-9/640'
|
||||
icon: 'https://images.metadata.sky.com/pd-image/b9572a38-8db7-471e-a2d7-462e1dd26af2/16-9/640',
|
||||
image: 'https://images.metadata.sky.com/pd-image/b9572a38-8db7-471e-a2d7-462e1dd26af2/16-9/640'
|
||||
})
|
||||
expect(result[2]).toMatchObject({
|
||||
start: '2024-12-14T01:00:00.000Z',
|
||||
|
@ -48,10 +46,8 @@ it('can parse response', () => {
|
|||
'Not All That Glitters Is Gourd: Back in the city of Orange, the Vegas Ladies arrive in vintage style - though not everyone agrees. (S12, ep 6)',
|
||||
season: 12,
|
||||
episode: 6,
|
||||
icon: {
|
||||
src: 'https://images.metadata.sky.com/pd-image/b9572a38-8db7-471e-a2d7-462e1dd26af2/16-9/640'
|
||||
},
|
||||
image: 'https://images.metadata.sky.com/pd-image/b9572a38-8db7-471e-a2d7-462e1dd26af2/16-9/640'
|
||||
icon: 'https://images.metadata.sky.com/pd-image/e9521ccc-bdcc-4075-9c2e-bc835247148b/16-9/640',
|
||||
image: 'https://images.metadata.sky.com/pd-image/e9521ccc-bdcc-4075-9c2e-bc835247148b/16-9/640'
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue