Fix movistarplus.es

#777
This commit is contained in:
Aleksandr Statciuk
2022-05-10 20:22:40 +03:00
parent 42720ad62c
commit ce7f70d351
2 changed files with 18 additions and 8 deletions

View File

@@ -22,20 +22,20 @@ it('can parse response', () => {
const result = parser({ content, channel, date })
expect(result).toMatchObject([
{
start: '2022-03-11T06:00:00.000Z',
stop: '2022-03-11T08:30:00.000Z',
start: '2022-03-11T05:00:00.000Z',
stop: '2022-03-11T07:30:00.000Z',
category: 'Información',
title: `Telediario Matinal`
},
{
start: '2022-03-11T22:15:00.000Z',
stop: '2022-03-12T00:30:00.000Z',
start: '2022-03-11T21:15:00.000Z',
stop: '2022-03-11T23:30:00.000Z',
category: 'Información',
title: `Las Claves del Siglo XXI: Episodio 8`
},
{
start: '2022-03-12T03:10:00.000Z',
stop: '2022-03-12T06:00:00.000Z',
start: '2022-03-12T02:10:00.000Z',
stop: '2022-03-12T05:00:00.000Z',
category: 'Información',
title: `Noticias 24H`
}