mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Replaces icon with image
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = {
|
||||
programs.push({
|
||||
title: parseTitle(item),
|
||||
description: parseDescription(item),
|
||||
icon: parseIcon(item),
|
||||
image: parseImage(item),
|
||||
category: parseCategory(item),
|
||||
start: parseStart(item).toJSON(),
|
||||
stop: parseStop(item).toJSON()
|
||||
@@ -68,7 +68,7 @@ function parseCategory(item) {
|
||||
return $('.station-col > .type').text()
|
||||
}
|
||||
|
||||
function parseIcon(item) {
|
||||
function parseImage(item) {
|
||||
const $ = cheerio.load(item)
|
||||
const imgSrc = $('.title-col .image img').data('src-desktop')
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ it('can parse response', () => {
|
||||
category: 'Kids',
|
||||
description:
|
||||
'Roger hat sich Ärger mit Dr. Bellows eingehandelt, der ihn für einen Monat strafversetzen möchte. Einmal mehr hadert Roger mit dem Schicksal, dass er keinen eigenen Flaschengeist besitzt, der ihm aus der Patsche helfen kann. Jeannie schlägt vor, ihm Cousine Marilla zu schicken. Doch Tony ist strikt dagegen. Als ein Zaubererpärchen im exotischen Bühnenoutfit für die Zeit von Rogers Abwesenheit sein Apartment in Untermiete bezieht, glaubt Roger, Jeannie habe ihm ihre Verwandte doch noch gesandt.',
|
||||
icon: 'https://tvheute.at/images/orf1/monchhichi_kids--1895216560-00.jpg'
|
||||
image: 'https://tvheute.at/images/orf1/monchhichi_kids--1895216560-00.jpg'
|
||||
},
|
||||
{
|
||||
start: '2021-11-08T17:00:00.000Z',
|
||||
|
||||
Reference in New Issue
Block a user