mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update gatotv.com
This commit is contained in:
parent
9cafbb9292
commit
ef36441fc2
3 changed files with 23 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels>
|
||||
<!-- <channel site="gatotv.com" lang="es" xmltv_id="" site_id="13_de_guatemala">13 de Guatemala</channel>
|
||||
<channel site="gatotv.com" lang="es" xmltv_id="" site_id="13_de_guatemala">13 de Guatemala</channel>
|
||||
<channel site="gatotv.com" lang="es" xmltv_id="" site_id="14_de_mexico">14 de México</channel>
|
||||
<channel site="gatotv.com" lang="es" xmltv_id="" site_id="5_mexico">5 de México</channel>
|
||||
<channel site="gatotv.com" lang="es" xmltv_id="" site_id="9_de_honduras_vica">9 de Honduras</channel>
|
||||
|
@ -109,7 +109,7 @@
|
|||
<channel site="gatotv.com" lang="es" xmltv_id="" site_id="warner_tv_chile">Warner TV Chile</channel>
|
||||
<channel site="gatotv.com" lang="es" xmltv_id="" site_id="warner_tv_mexico">Warner TV México</channel>
|
||||
<channel site="gatotv.com" lang="es" xmltv_id="" site_id="warner_tv_sur">Warner TV Sur</channel>
|
||||
<channel site="gatotv.com" lang="es" xmltv_id="" site_id="zoomoo_latinoamerica">ZooMoo Latinoamérica</channel> -->
|
||||
<channel site="gatotv.com" lang="es" xmltv_id="" site_id="zoomoo_latinoamerica">ZooMoo Latinoamérica</channel>
|
||||
<channel site="gatotv.com" lang="es" xmltv_id="24Horas.cl" site_id="24_horas_chile">24 Horas Chile</channel>
|
||||
<channel site="gatotv.com" lang="es" xmltv_id="24Horas.es" site_id="24_horas_tve">24 Horas</channel>
|
||||
<channel site="gatotv.com" lang="es" xmltv_id="AccionporMovistarPlusPlus.es" site_id="m_accion">M+ Acción</channel>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
// npm run channels:parse -- --config=./sites/gatotv.com/gatotv.com.config.js --output=./sites/gatotv.com/gatotv.com.channels.xml
|
||||
// npm run grab -- --site=gatotv.com
|
||||
|
||||
const { parser, url } = require('./gatotv.com.config.js')
|
||||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
|
|
21
sites/gatotv.com/readme.md
Normal file
21
sites/gatotv.com/readme.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# gatotv.com
|
||||
|
||||
https://www.gatotv.com/guia_tv/completa
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=gatotv.com
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/gatotv.com/gatotv.com.config.js --output=./sites/gatotv.com/gatotv.com.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- gatotv.com
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue