mirror of
https://github.com/iptv-org/epg
synced 2026-05-07 01:46:59 -04:00
Update cablego.com.pe
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<channels>
|
<channels>
|
||||||
<!-- <channel site="cablego.com.pe" lang="es" xmltv_id="" site_id="0#AXN">AXN</channel>
|
<channel site="cablego.com.pe" lang="es" xmltv_id="" site_id="0#AXN">AXN</channel>
|
||||||
<channel site="cablego.com.pe" lang="es" xmltv_id="" site_id="0#CINECANAL">CINECANAL</channel>
|
<channel site="cablego.com.pe" lang="es" xmltv_id="" site_id="0#CINECANAL">CINECANAL</channel>
|
||||||
<channel site="cablego.com.pe" lang="es" xmltv_id="" site_id="0#FOXCHANNEL">STAR CHANNEL</channel>
|
<channel site="cablego.com.pe" lang="es" xmltv_id="" site_id="0#FOXCHANNEL">STAR CHANNEL</channel>
|
||||||
<channel site="cablego.com.pe" lang="es" xmltv_id="" site_id="0#QUVOTV">QUVO TV</channel>
|
<channel site="cablego.com.pe" lang="es" xmltv_id="" site_id="0#QUVOTV">QUVO TV</channel>
|
||||||
@@ -79,7 +79,7 @@
|
|||||||
<channel site="cablego.com.pe" lang="es" xmltv_id="" site_id="4#TELEFE">TELEFE</channel>
|
<channel site="cablego.com.pe" lang="es" xmltv_id="" site_id="4#TELEFE">TELEFE</channel>
|
||||||
<channel site="cablego.com.pe" lang="es" xmltv_id="" site_id="4#TELEHITLATINO">TELEHIT LATINO</channel>
|
<channel site="cablego.com.pe" lang="es" xmltv_id="" site_id="4#TELEHITLATINO">TELEHIT LATINO</channel>
|
||||||
<channel site="cablego.com.pe" lang="es" xmltv_id="" site_id="4#TELEHITMUSICA">TELEHIT MUSICA</channel>
|
<channel site="cablego.com.pe" lang="es" xmltv_id="" site_id="4#TELEHITMUSICA">TELEHIT MUSICA</channel>
|
||||||
<channel site="cablego.com.pe" lang="es" xmltv_id="" site_id="4#TRECEARGENTINA">TRECE ARGENTINA</channel> -->
|
<channel site="cablego.com.pe" lang="es" xmltv_id="" site_id="4#TRECEARGENTINA">TRECE ARGENTINA</channel>
|
||||||
<channel site="cablego.com.pe" lang="es" xmltv_id="ATV.pe" site_id="0#ATVHD">ATV</channel>
|
<channel site="cablego.com.pe" lang="es" xmltv_id="ATV.pe" site_id="0#ATVHD">ATV</channel>
|
||||||
<channel site="cablego.com.pe" lang="es" xmltv_id="ATVPlus.pe" site_id="0#ATVMAS">ATV+</channel>
|
<channel site="cablego.com.pe" lang="es" xmltv_id="ATVPlus.pe" site_id="0#ATVMAS">ATV+</channel>
|
||||||
<channel site="cablego.com.pe" lang="es" xmltv_id="BHTV.pe" site_id="0#BHTV">BHTV</channel>
|
<channel site="cablego.com.pe" lang="es" xmltv_id="BHTV.pe" site_id="0#BHTV">BHTV</channel>
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
// npm run channels:parse -- --config=./sites/cablego.com.pe/cablego.com.pe.config.js --output=./sites/cablego.com.pe/cablego.com.pe.channels.xml
|
|
||||||
// npm run grab -- --site=cablego.com.pe
|
|
||||||
|
|
||||||
const { parser, url, request } = require('./cablego.com.pe.config.js')
|
const { parser, url, request } = require('./cablego.com.pe.config.js')
|
||||||
const fs = require('fs')
|
const fs = require('fs')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
|
|||||||
21
sites/cablego.com.pe/readme.md
Normal file
21
sites/cablego.com.pe/readme.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# cablego.com.pe
|
||||||
|
|
||||||
|
https://cablego.com.pe/
|
||||||
|
|
||||||
|
### Download the guide
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run grab -- --site=cablego.com.pe
|
||||||
|
```
|
||||||
|
|
||||||
|
### Update channel list
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run channels:parse -- --config=./sites/cablego.com.pe/cablego.com.pe.config.js --output=./sites/cablego.com.pe/cablego.com.pe.channels.xml
|
||||||
|
```
|
||||||
|
|
||||||
|
### Test
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm test -- cablego.com.pe
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user