Update foxsports.com.au

This commit is contained in:
freearhey 2023-12-03 15:48:58 +03:00
parent 82c67e1367
commit 0a2b1ee065
2 changed files with 21 additions and 3 deletions

View file

@ -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')

View 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
```