Update clickthecity.com

This commit is contained in:
freearhey
2023-12-03 00:14:14 +03:00
parent 967b93b432
commit fd850697a9
3 changed files with 23 additions and 5 deletions
+21
View File
@@ -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
```