Update pbsguam.org.config.js

This commit is contained in:
Aleksandr Statciuk 2022-03-08 12:31:42 +03:00
parent 291321e4f3
commit 93cbe7209f

View file

@ -4,7 +4,7 @@ const isBetween = require('dayjs/plugin/isBetween')
dayjs.extend(isBetween) dayjs.extend(isBetween)
module.exports = { module.exports = {
site: 'pbsguam.org', site: 'pbsguam.org', // the program is only available Thursday through Sunday
url: 'https://pbsguam.org/calendar/', url: 'https://pbsguam.org/calendar/',
parser: function ({ content, date }) { parser: function ({ content, date }) {
let programs = [] let programs = []