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