mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 01:20:08 -04:00
Rename to programacion.tcc.com.uy
This commit is contained in:
parent
f9940f75a2
commit
05790880bf
5 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<site site="tccvivo.com.uy">
|
<site site="programacion.tcc.com.uy">
|
||||||
<channels>
|
<channels>
|
||||||
<channel lang="es" xmltv_id="1000xHoraTV.uy" site_id="450">1000xHora</channel>
|
<channel lang="es" xmltv_id="1000xHoraTV.uy" site_id="450">1000xHora</channel>
|
||||||
<channel lang="es" xmltv_id="A24.ar" site_id="422">America 24</channel>
|
<channel lang="es" xmltv_id="A24.ar" site_id="422">America 24</channel>
|
|
@ -4,7 +4,7 @@ const dayjs = require('dayjs')
|
||||||
const API_ENDPOINT = 'https://www.tccvivo.com.uy/api/v1/navigation_filter/1575/filter/'
|
const API_ENDPOINT = 'https://www.tccvivo.com.uy/api/v1/navigation_filter/1575/filter/'
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
site: 'tccvivo.com.uy',
|
site: 'programacion.tcc.com.uy',
|
||||||
days: 2,
|
days: 2,
|
||||||
request: {
|
request: {
|
||||||
cache: {
|
cache: {
|
|
@ -1,7 +1,7 @@
|
||||||
// npm run channels:parse -- --config=./sites/tccvivo.com.uy/tccvivo.com.uy.config.js --output=./sites/tccvivo.com.uy/tccvivo.com.uy.channels.xml
|
// npm run channels:parse -- --config=./sites/programacion.tcc.com.uy/programacion.tcc.com.uy.config.js --output=./sites/programacion.tcc.com.uy/programacion.tcc.com.uy.channels.xml
|
||||||
// npx epg-grabber --config=sites/tccvivo.com.uy/tccvivo.com.uy.config.js --channels=sites/tccvivo.com.uy/tccvivo.com.uy.channels.xml --output=guide.xml --timeout=30000 --days=2
|
// npx epg-grabber --config=sites/programacion.tcc.com.uy/programacion.tcc.com.uy.config.js --channels=sites/programacion.tcc.com.uy/programacion.tcc.com.uy.channels.xml --output=guide.xml --timeout=30000 --days=2
|
||||||
|
|
||||||
const { parser, url } = require('./tccvivo.com.uy.config.js')
|
const { parser, url } = require('./programacion.tcc.com.uy.config.js')
|
||||||
const fs = require('fs')
|
const fs = require('fs')
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
const dayjs = require('dayjs')
|
const dayjs = require('dayjs')
|
Loading…
Add table
Add a link
Reference in a new issue