mirror of
https://github.com/iptv-org/epg
synced 2026-04-09 12:22:57 -04:00
Update pbsguam.org
This commit is contained in:
@@ -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 = []
|
||||
|
||||
@@ -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')
|
||||
|
||||
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