Update programetv.ro

This commit is contained in:
Aleksandr Statciuk
2022-02-01 05:26:23 +03:00
parent f7ce568a14
commit 7307a01895
2 changed files with 1 additions and 11 deletions

View File

@@ -16,11 +16,6 @@ module.exports = {
return `https://www.programetv.ro/post/${channel.site_id}/${daysOfWeek[day]}/`
},
logo({ content }) {
const data = parseContent(content)
return data && data.station ? data.station.icon : null
},
parser: function ({ content }) {
let programs = []
const data = parseContent(content)