mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 17:10:07 -04:00
Update pbsguam.org
This commit is contained in:
parent
8afa7d1595
commit
5e66b10e72
3 changed files with 18 additions and 3 deletions
|
@ -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
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue