epg/sites/foxsports.com.au/readme.md

22 lines
362 B
Markdown

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