mirror of
https://github.com/iptv-org/epg
synced 2025-12-21 12:56:55 -05:00
22 lines
375 B
Markdown
22 lines
375 B
Markdown
|
|
# 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
|
||
|
|
```
|