2023-12-03 00:14:14 +03:00
|
|
|
# clickthecity.com
|
|
|
|
|
|
|
|
|
|
https://www.clickthecity.com/tv/schedules/
|
|
|
|
|
|
|
|
|
|
### Download the guide
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --site=clickthecity.com
|
2023-12-03 00:14:14 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Update channel list
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run channels:parse --- --config=./sites/clickthecity.com/clickthecity.com.config.js --output=./sites/clickthecity.com/clickthecity.com.channels.xml
|
2023-12-03 00:14:14 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Test
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm test ---clickthecity.com
|
2023-12-03 00:14:14 +03:00
|
|
|
```
|