Update pbsguam.org

This commit is contained in:
freearhey 2023-11-26 12:58:54 +03:00
parent 8afa7d1595
commit 5e66b10e72
3 changed files with 18 additions and 3 deletions

View file

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

View file

@ -1,5 +1,3 @@
// npm run grab -- --site=pbsguam.org
const { parser, url } = require('./pbsguam.org.config.js')
const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')

View file

@ -0,0 +1,17 @@
# pbsguam.org
https://pbsguam.org/calendar/
### Download the guide
```sh
npm run grab -- --site=pbsguam.org
```
**NOTE:** The program is only available Thursday through Sunday.
### Test
```sh
npm test -- pbsguam.org
```