mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update tvtv.us.test.js
This commit is contained in:
parent
31af53d017
commit
509d120cfd
1 changed files with 18 additions and 2 deletions
|
@ -40,7 +40,15 @@ it('can parse response', () => {
|
|||
category: ['Health'],
|
||||
season: 1,
|
||||
episode: 6,
|
||||
icon: 'https://tvtv.us/gn/i/assets/p16640522_b_h9_aa.jpg?w=3840&h=2880'
|
||||
rating: [{
|
||||
system: 'Canadian Parental Rating',
|
||||
value: 'G',
|
||||
icon: ''
|
||||
}],
|
||||
directors: [''],
|
||||
actors: [''],
|
||||
date: '2019-04-20',
|
||||
icon: 'https://tvtv.us/gn/i/assets/p16640522_b_v9_aa.jpg?w=240&h=360'
|
||||
},
|
||||
{
|
||||
start: '2022-01-20T00:30:00.000Z',
|
||||
|
@ -49,7 +57,15 @@ it('can parse response', () => {
|
|||
sub_title: 'Sizzled & Seared',
|
||||
description: `Everything is sizzled and seared as chef Corbin Tomaszeski joins Christine and Carl in the kitchen.`,
|
||||
category: ['House/garden'],
|
||||
icon: 'https://tvtv.us/gn/i/assets/p10464580_b_h9_aa.jpg?w=3840&h=2880'
|
||||
rating: [{
|
||||
system: 'Canadian Parental Rating',
|
||||
value: 'G',
|
||||
icon: ''
|
||||
}],
|
||||
directors: [''],
|
||||
actors: ['Carl Heinrich','Christine Ha'],
|
||||
date: '2016-01-14',
|
||||
icon: 'https://tvtv.us/gn/i/assets/p10464580_b_v7_aa.jpg?w=240&h=360'
|
||||
}
|
||||
])
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue