Added channel logo parser
This commit is contained in:
@@ -15,6 +15,9 @@ module.exports = {
|
||||
'YYYYMMDD'
|
||||
)}_${channel.site_id}.sjson`
|
||||
},
|
||||
logo: function ({ channel }) {
|
||||
return `http://www.mediaset.it/include/img/loghi/${channel.site_id}.png`
|
||||
},
|
||||
parser: function ({ content, date }) {
|
||||
const programs = []
|
||||
if (!content.events) return programs
|
||||
|
||||
Reference in New Issue
Block a user