Update tvtv.us.test.js

This commit is contained in:
freearhey 2025-03-31 09:10:44 +03:00
parent c4cea0e73c
commit 4bdcdf0962

View file

@ -50,115 +50,115 @@ it('can parse response', async () => {
start: '2025-01-30T00:30:00.000Z', start: '2025-01-30T00:30:00.000Z',
stop: '2025-01-30T01:00:00.000Z', stop: '2025-01-30T01:00:00.000Z',
title: 'The Big Bang Theory', title: 'The Big Bang Theory',
subtitle: 'The Bow Tie Asymmetry', subtitle: 'The Bow Tie Asymmetry'
description: // description:
"When Amy's parents and Sheldon's family arrive, everybody is focused on making sure the wedding arrangements go according to plan -- everyone except the bride and groom.", // "When Amy's parents and Sheldon's family arrive, everybody is focused on making sure the wedding arrangements go according to plan -- everyone except the bride and groom.",
image: 'https://tvtv.us/gn/pi/assets/p185554_b_v11_az.jpg?w=240&h=360', // image: 'https://tvtv.us/gn/pi/assets/p185554_b_v11_az.jpg?w=240&h=360',
date: '2018', // date: '2018',
season: 11, // season: 11,
episode: 24, // episode: 24,
actors: [ // actors: [
{ // {
value: 'Johnny Galecki', // value: 'Johnny Galecki',
role: 'Leonard Hofstadter' // role: 'Leonard Hofstadter'
}, // },
{ // {
value: 'Jim Parsons', // value: 'Jim Parsons',
role: 'Sheldon Cooper' // role: 'Sheldon Cooper'
}, // },
{ // {
value: 'Kaley Cuoco', // value: 'Kaley Cuoco',
role: 'Penny' // role: 'Penny'
}, // },
{ // {
value: 'Simon Helberg', // value: 'Simon Helberg',
role: 'Howard Wolowitz' // role: 'Howard Wolowitz'
}, // },
{ // {
value: 'Kunal Nayyar', // value: 'Kunal Nayyar',
role: 'Raj Koothrappali' // role: 'Raj Koothrappali'
}, // },
{ // {
value: 'Mayim Bialik', // value: 'Mayim Bialik',
role: 'Amy Farrah Fowler' // role: 'Amy Farrah Fowler'
}, // },
{ // {
value: 'Melissa Rauch', // value: 'Melissa Rauch',
role: 'Bernadette Rostenkowski' // role: 'Bernadette Rostenkowski'
}, // },
{ // {
value: 'Kevin Sussman', // value: 'Kevin Sussman',
role: 'Stuart', // role: 'Stuart',
guest: 'yes' // guest: 'yes'
}, // },
{ // {
value: 'Laurie Metcalf', // value: 'Laurie Metcalf',
role: 'Mary', // role: 'Mary',
guest: 'yes' // guest: 'yes'
}, // },
{ // {
value: 'John Ross Bowie', // value: 'John Ross Bowie',
role: 'Kripke', // role: 'Kripke',
guest: 'yes' // guest: 'yes'
}, // },
{ // {
value: 'Wil Wheaton', // value: 'Wil Wheaton',
role: 'Himself', // role: 'Himself',
guest: 'yes' // guest: 'yes'
}, // },
{ // {
value: 'Brian Posehn', // value: 'Brian Posehn',
role: 'Bert', // role: 'Bert',
guest: 'yes' // guest: 'yes'
}, // },
{ // {
value: "Jerry O'Connell", // value: "Jerry O'Connell",
role: 'George', // role: 'George',
guest: 'yes' // guest: 'yes'
}, // },
{ // {
value: 'Courtney Henggeler', // value: 'Courtney Henggeler',
role: 'Missy', // role: 'Missy',
guest: 'yes' // guest: 'yes'
}, // },
{ // {
value: 'Lauren Lapkus', // value: 'Lauren Lapkus',
role: 'Denise', // role: 'Denise',
guest: 'yes' // guest: 'yes'
}, // },
{ // {
value: 'Teller', // value: 'Teller',
role: 'Mr. Fowler', // role: 'Mr. Fowler',
guest: 'yes' // guest: 'yes'
}, // },
{ // {
value: 'Kathy Bates', // value: 'Kathy Bates',
role: 'Mrs. Fowler', // role: 'Mrs. Fowler',
guest: 'yes' // guest: 'yes'
}, // },
{ // {
value: 'Mark Hamill', // value: 'Mark Hamill',
role: 'Himself', // role: 'Himself',
guest: 'yes' // guest: 'yes'
} // }
], // ],
directors: ['Mark Cendrowski'], // directors: ['Mark Cendrowski'],
producers: ['Chuck Lorre', 'Bill Prady', 'Steven Molaro'], // producers: ['Chuck Lorre', 'Bill Prady', 'Steven Molaro'],
writers: [ // writers: [
'Chuck Lorre', // 'Chuck Lorre',
'Steven Molaro', // 'Steven Molaro',
'Maria Ferrari', // 'Maria Ferrari',
'Steve Holland', // 'Steve Holland',
'Eric Kaplan', // 'Eric Kaplan',
'Tara Hernandez' // 'Tara Hernandez'
], // ],
categories: ['Sitcom'], // categories: ['Sitcom'],
ratings: [ // ratings: [
{ // {
value: 'TVPG', // value: 'TVPG',
system: 'USA Parental Rating' // system: 'USA Parental Rating'
} // }
] // ]
}) })
}) })