diff --git a/sites/pbsguam.org/pbsguam.org.config.js b/sites/pbsguam.org/pbsguam.org.config.js index 6784326c..8be09c60 100644 --- a/sites/pbsguam.org/pbsguam.org.config.js +++ b/sites/pbsguam.org/pbsguam.org.config.js @@ -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 = [] diff --git a/sites/pbsguam.org/pbsguam.org.test.js b/sites/pbsguam.org/pbsguam.org.test.js index 5d5b0a9b..70a16680 100644 --- a/sites/pbsguam.org/pbsguam.org.test.js +++ b/sites/pbsguam.org/pbsguam.org.test.js @@ -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') diff --git a/sites/pbsguam.org/readme.md b/sites/pbsguam.org/readme.md new file mode 100644 index 00000000..5bb0aff9 --- /dev/null +++ b/sites/pbsguam.org/readme.md @@ -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 +```