From 2c55431482e05332320b54eebcf8a54dc9d54cf6 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 2 Feb 2025 06:29:43 +0300 Subject: [PATCH] Update readme.md --- sites/abc.net.au/readme.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/sites/abc.net.au/readme.md b/sites/abc.net.au/readme.md index cd6902ec..2f6ac8fd 100644 --- a/sites/abc.net.au/readme.md +++ b/sites/abc.net.au/readme.md @@ -2,16 +2,36 @@ https://www.abc.net.au/tv/epg/ +| Region | Code | +| ------------------ | ----- | +| Sydney | `syd` | +| Melbourne | `mel` | +| Brisbane | `bri` | +| Gold Coast | `gc` | +| Perth | `per` | +| Adelaide | `adl` | +| Hobart | `hbr` | +| Darwin | `drw` | +| Canberra | `cbr` | +| New South Wales | `nsw` | +| Victoria | `vic` | +| Townsville | `tsv` | +| Queensland | `qld` | +| Western Australia | `wa` | +| South Australia | `sa` | +| Tasmania | `tas` | +| Northern Territory | `nt` | + ### Download the guide ```sh -npm run grab --- --site=abc.net.au +npm run grab --- --channels=sites/abc.net.au/abc.net.au_.channels.xml ``` ### 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 +npm run channels:parse --- --config=./sites/abc.net.au/abc.net.au.config.js --output=./sites/abc.net.au/abc.net.au_.channels.xml --set=region: ``` ### Test