mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update foxsports.com.au
This commit is contained in:
parent
82c67e1367
commit
0a2b1ee065
2 changed files with 21 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
|||
// npm run channels:parse -- --config=./sites/foxsports.com.au/foxsports.com.au.config.js --output=./sites/foxsports.com.au/foxsports.com.au.channels.xml
|
||||
// npm run grab -- --site=foxsports.com.au
|
||||
|
||||
const { parser, url } = require('./foxsports.com.au.config.js')
|
||||
const dayjs = require('dayjs')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
|
|
21
sites/foxsports.com.au/readme.md
Normal file
21
sites/foxsports.com.au/readme.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# foxsports.com.au
|
||||
|
||||
https://www.foxsports.com.au/
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=foxsports.com.au
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/foxsports.com.au/foxsports.com.au.config.js --output=./sites/foxsports.com.au/foxsports.com.au.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- foxsports.com.au
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue