mirror of
https://github.com/iptv-org/epg
synced 2026-05-06 01:17:02 -04:00
Update pbsguam.org
This commit is contained in:
@@ -5,7 +5,7 @@ dayjs.extend(isBetween)
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
site: 'pbsguam.org',
|
site: 'pbsguam.org',
|
||||||
days: 2, // the program is only available Thursday through Sunday
|
days: 2,
|
||||||
url: 'https://pbsguam.org/calendar/',
|
url: 'https://pbsguam.org/calendar/',
|
||||||
parser: function ({ content, date }) {
|
parser: function ({ content, date }) {
|
||||||
let programs = []
|
let programs = []
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
// npm run grab -- --site=pbsguam.org
|
|
||||||
|
|
||||||
const { parser, url } = require('./pbsguam.org.config.js')
|
const { parser, url } = require('./pbsguam.org.config.js')
|
||||||
const dayjs = require('dayjs')
|
const dayjs = require('dayjs')
|
||||||
const utc = require('dayjs/plugin/utc')
|
const utc = require('dayjs/plugin/utc')
|
||||||
|
|||||||
17
sites/pbsguam.org/readme.md
Normal file
17
sites/pbsguam.org/readme.md
Normal 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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user