Update abc.net.au

This commit is contained in:
freearhey
2023-12-02 16:32:14 +03:00
parent 2eeb401e2a
commit 45165cdaa1
3 changed files with 23 additions and 5 deletions

View File

@@ -0,0 +1,21 @@
# abc.net.au
https://www.abc.net.au/tv/epg/
### Download the guide
```sh
npm run grab -- --site=abc.net.au
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/abc.net.au/abc.net.au.config.js --output=./sites/abc.net.au/abc.net.au.channels.xml
```
### Test
```sh
npm test -- abc.net.au
```