Update knr.gl

This commit is contained in:
Aleksandr Statciuk
2022-02-01 05:07:40 +03:00
parent 064a4ec350
commit 32f37f9087
3 changed files with 3 additions and 11 deletions

View File

@@ -13,9 +13,6 @@ module.exports = {
url({ date }) {
return `https://knr.gl/admin/knr/TV/program/${date.format('YYYY-MM-DD')}/gl`
},
logo({ channel }) {
return channel.logo
},
parser({ content, date }) {
let programs = []
const items = parseItems(content)