From fd850697a9f7ec67cf2aa12121d33c8e912b098d Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 3 Dec 2023 00:14:14 +0300 Subject: [PATCH] Update clickthecity.com --- .../clickthecity.com.channels.xml | 4 ++-- .../clickthecity.com/clickthecity.com.test.js | 3 --- sites/clickthecity.com/readme.md | 21 +++++++++++++++++++ 3 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 sites/clickthecity.com/readme.md diff --git a/sites/clickthecity.com/clickthecity.com.channels.xml b/sites/clickthecity.com/clickthecity.com.channels.xml index b36fc622..5ba441bc 100644 --- a/sites/clickthecity.com/clickthecity.com.channels.xml +++ b/sites/clickthecity.com/clickthecity.com.channels.xml @@ -1,7 +1,7 @@ - + Solar Flix + Crime Investigation a2z Channel 11 ANC Animax diff --git a/sites/clickthecity.com/clickthecity.com.test.js b/sites/clickthecity.com/clickthecity.com.test.js index 46ae823b..5044c7f4 100644 --- a/sites/clickthecity.com/clickthecity.com.test.js +++ b/sites/clickthecity.com/clickthecity.com.test.js @@ -1,6 +1,3 @@ -// npm run channels:parse -- --config=./sites/clickthecity.com/clickthecity.com.config.js --output=./sites/clickthecity.com/clickthecity.com.channels.xml -// npm run grab -- --site=clickthecity.com - const { parser, url, request } = require('./clickthecity.com.config.js') const fs = require('fs') const path = require('path') diff --git a/sites/clickthecity.com/readme.md b/sites/clickthecity.com/readme.md new file mode 100644 index 00000000..33015d31 --- /dev/null +++ b/sites/clickthecity.com/readme.md @@ -0,0 +1,21 @@ +# clickthecity.com + +https://www.clickthecity.com/tv/schedules/ + +### Download the guide + +```sh +npm run grab -- --site=clickthecity.com +``` + +### Update channel list + +```sh +npm run channels:parse -- --config=./sites/clickthecity.com/clickthecity.com.config.js --output=./sites/clickthecity.com/clickthecity.com.channels.xml +``` + +### Test + +```sh +npm test -- clickthecity.com +```