Update pbsguam.org

This commit is contained in:
Aleksandr Statciuk
2022-02-01 05:24:42 +03:00
parent 69be299373
commit 0b1fed6d29
3 changed files with 3 additions and 13 deletions

View File

@@ -6,9 +6,6 @@ dayjs.extend(isBetween)
module.exports = {
site: 'pbsguam.org',
url: 'https://pbsguam.org/calendar/',
logo({ channel }) {
return channel.logo
},
parser: function ({ content, date }) {
let programs = []
const items = parseItems(content, date)