From c6f8383b01daff89078f05d9d2c91e0ca92bce19 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 3 Dec 2023 15:50:22 +0300 Subject: [PATCH] Update foxtel.com.au --- .../foxtel.com.au/foxtel.com.au.channels.xml | 4 ++-- sites/foxtel.com.au/foxtel.com.au.test.js | 3 --- sites/foxtel.com.au/readme.md | 21 +++++++++++++++++++ 3 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 sites/foxtel.com.au/readme.md diff --git a/sites/foxtel.com.au/foxtel.com.au.channels.xml b/sites/foxtel.com.au/foxtel.com.au.channels.xml index b08a4ef3..206f0a40 100644 --- a/sites/foxtel.com.au/foxtel.com.au.channels.xml +++ b/sites/foxtel.com.au/foxtel.com.au.channels.xml @@ -1,6 +1,6 @@ - + WWE A&E A&E HD A&E +2 diff --git a/sites/foxtel.com.au/foxtel.com.au.test.js b/sites/foxtel.com.au/foxtel.com.au.test.js index f5d6d50e..bce36437 100644 --- a/sites/foxtel.com.au/foxtel.com.au.test.js +++ b/sites/foxtel.com.au/foxtel.com.au.test.js @@ -1,6 +1,3 @@ -// [Geo-blocked] npm run channels:parse -- --config=./sites/foxtel.com.au/foxtel.com.au.config.js --output=./sites/foxtel.com.au/foxtel.com.au.channels.xml -// [Geo-blocked] npm run grab -- --site=foxtel.com.au - const { parser, url, request } = require('./foxtel.com.au.config.js') const fs = require('fs') const path = require('path') diff --git a/sites/foxtel.com.au/readme.md b/sites/foxtel.com.au/readme.md new file mode 100644 index 00000000..58eb4de6 --- /dev/null +++ b/sites/foxtel.com.au/readme.md @@ -0,0 +1,21 @@ +# foxtel.com.au + +https://www.foxtel.com.au/ _[Geo-blocked]_ + +### Download the guide + +```sh +npm run grab -- --site=foxtel.com.au +``` + +### Update channel list + +```sh +npm run channels:parse -- --config=./sites/foxtel.com.au/foxtel.com.au.config.js --output=./sites/foxtel.com.au/foxtel.com.au.channels.xml +``` + +### Test + +```sh +npm test -- foxtel.com.au +```