Update ipko.com

This commit is contained in:
Aleksandr Statciuk
2022-02-01 05:06:02 +03:00
parent de1a0711f4
commit 064a4ec350
3 changed files with 38 additions and 46 deletions

View File

@@ -8,9 +8,6 @@ module.exports = {
url: function ({ date }) {
return `https://www.ipko.com/epg/admin/programs.php?date=${date.format('YYYY-MM-DD')}`
},
logo({ channel }) {
return channel.logo
},
parser: function ({ content, channel, date }) {
let programs = []
const items = parseItems(content, channel)