Update kvf.fo

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

View File

@@ -13,9 +13,6 @@ module.exports = {
url({ date }) {
return `https://kvf.fo/nskra/uv?date=${date.format('YYYY-MM-DD')}`
},
logo({ channel }) {
return channel.logo
},
parser({ content, date }) {
let programs = []
const items = parseItems(content)