mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update clickthecity.com
This commit is contained in:
parent
967b93b432
commit
fd850697a9
3 changed files with 23 additions and 5 deletions
|
@ -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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue