mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 03:17:04 -04:00
22 lines
387 B
Markdown
22 lines
387 B
Markdown
# foxsports.com.au
|
|
|
|
https://www.foxsports.com.au/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --sites=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
|
|
```
|