mirror of
https://github.com/iptv-org/epg
synced 2026-03-22 11:50:59 -04:00
Update clickthecity.com
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels>
|
||||
<!-- <channel site="clickthecity.com" lang="en" xmltv_id="" site_id="137">Solar Flix</channel>
|
||||
<channel site="clickthecity.com" lang="en" xmltv_id="" site_id="163">Crime Investigation</channel> -->
|
||||
<channel site="clickthecity.com" lang="en" xmltv_id="" site_id="137">Solar Flix</channel>
|
||||
<channel site="clickthecity.com" lang="en" xmltv_id="" site_id="163">Crime Investigation</channel>
|
||||
<channel site="clickthecity.com" lang="en" xmltv_id="A2Z.ph" site_id="189">a2z Channel 11</channel>
|
||||
<channel site="clickthecity.com" lang="en" xmltv_id="ANC.ph" site_id="13">ANC</channel>
|
||||
<channel site="clickthecity.com" lang="en" xmltv_id="Animax.ph" site_id="168">Animax</channel>
|
||||
|
||||
@@ -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')
|
||||
|
||||
21
sites/clickthecity.com/readme.md
Normal file
21
sites/clickthecity.com/readme.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user