From 2262c1f9bc122bb344dc20b2d60ae9c0904ddca5 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sun, 26 Nov 2023 13:08:17 +0300 Subject: [PATCH] Update programacion-tv.elpais.com --- .../programacion-tv.elpais.com.channels.xml | 399 +++++++++--------- .../programacion-tv.elpais.com.test.js | 3 - sites/programacion-tv.elpais.com/readme.md | 21 + 3 files changed, 219 insertions(+), 204 deletions(-) create mode 100644 sites/programacion-tv.elpais.com/readme.md diff --git a/sites/programacion-tv.elpais.com/programacion-tv.elpais.com.channels.xml b/sites/programacion-tv.elpais.com/programacion-tv.elpais.com.channels.xml index b08231f8..753ab6d2 100644 --- a/sites/programacion-tv.elpais.com/programacion-tv.elpais.com.channels.xml +++ b/sites/programacion-tv.elpais.com/programacion-tv.elpais.com.channels.xml @@ -1,201 +1,198 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 3/24 - 7 Región de Murcia - Al Jazeera English - AMC - Antena 3 - Aragón TV - Atreseries - AXN - AXN White - Baby TV - Barça TV - BBC World - BeIN Sports - Be Mad - Boing - Calle 13 - Canal 24 h - Canal Cocina - Canal Extremadura TV - Hollywood - Canal Panda - Canal Parlamento - Canal Sur - Canal Sur Andalucía - Caracol TV - Caza y Pesca - Clan TVE - CMM TV - CNBC - CNN International - Comedy Central - Cosmopolitan - Cuatro - Cubavisión Internacional - Dark - Decasa - Discovery Channel - Disney Channel - Disney Junior - Divinity - DMAX - Deutsche Welle - El Toro TV - Energy - ETB 1 - ETB 3 - EuroNews - Eurosport - Eurosport 2 - EWTN - Extreme Sports - FDF Telecinco - Fox Life - FOX - France 24 - Galicia TV - Gol TV - Historia - i24 News - Iberalia - La 1 - La 2 - La 8 Burgos - laSexta - Mega - Mezzo - Movistar Acción - Movistar Cine Español - Movistar Comedia - Movistar Deportes - Movistar Estrenos - Movistar Series - MTV 90s - MTV Hits - MTV Live - MTV España - National Geographic - Navarra Televisión - Neox - Nickelodeon - Nick Junior - Nova - Odisea - Pro TV International - Real Madrid TV - Record TV - RT Español - Sol Música - Somos - Sundance Channel - Super 3 - Syfy - Taroteame - TCM - Telecinco - Teledeporte - teleSUR - TNT - TV3 - TV3CAT - TV5 Monde - TV Canaria - TV Chile - TVE Internacional Asia - TVE Internacional - VE PLUS TV - Viajar - XTRM - + + + + Canal 24 h + 3/24 + Movistar Acción + Al Jazeera English + AMC + Antena 3 + Aragón TV + Atreseries + AXN + AXN Movies + Baby TV + BBC News + BeIN Sports + Be Mad + Boing + Calle 13 + Canal Cocina + Canal Extremadura TV + Hollywood + En familia + Canal Parlamento + Canal Sur + Canal Sur Andalucía + Caracol TV + Caza y Pesca + Movistar Cine Español + Movistar Estrenos + Clan TVE + Castilla - La Mancha TV + CNBC + CNN Internacional + Movistar Comedia + Comedy Central + Cosmopolitan + Cuatro + Cubavisión Internacional + Dark + Decasa + Movistar Deportes + Discovery Channel + Disney Channel + Disney Junior + Divinity + DMAX + Deutsche Welle + El Toro TV + Energy + ETB 1 + ETB 3 + Euronews + Eurosport + Eurosport 2 + EWTN + Extreme Sports + FDF Telecinco + FOX + Fox Life + France 24 + Galicia TV + Gol TV + Historia + i24 News + Iberalia + La 1 + La 2 + 7 Región de Murcia + La 8 Burgos + laSexta + Mega + Mezzo + MTV 90s + MTV España + MTV Hits + MTV Live + National Geographic + Navarra Televisión + Neox + Nickelodeon + Nick Junior + Nova + Odisea + Pro TV Internacional + Real Madrid TV + Record TV + Movistar Series + Buen viaje + Somos + Sundance Channel + Super 3 + Syfy + Taroteame + TCM + Telecinco + Teledeporte + teleSUR + TelevisiónCanaria + Warner TV + TV3 + TV3CAT + TV5 Monde + TV Chile + TVE Internacional Asia + TVE Internacional + VE PLUS TV + Viajar + XTRM + diff --git a/sites/programacion-tv.elpais.com/programacion-tv.elpais.com.test.js b/sites/programacion-tv.elpais.com/programacion-tv.elpais.com.test.js index e2001962..d6daa74f 100644 --- a/sites/programacion-tv.elpais.com/programacion-tv.elpais.com.test.js +++ b/sites/programacion-tv.elpais.com/programacion-tv.elpais.com.test.js @@ -1,6 +1,3 @@ -// npm run grab -- --site=programacion-tv.elpais.com -// npm run channels:parse -- --config=./sites/programacion-tv.elpais.com/programacion-tv.elpais.com.config.js --output=./sites/programacion-tv.elpais.com/programacion-tv.elpais.com.channels.xml - const { parser, url } = require('./programacion-tv.elpais.com.config.js') const axios = require('axios') const fs = require('fs') diff --git a/sites/programacion-tv.elpais.com/readme.md b/sites/programacion-tv.elpais.com/readme.md new file mode 100644 index 00000000..5f605d40 --- /dev/null +++ b/sites/programacion-tv.elpais.com/readme.md @@ -0,0 +1,21 @@ +# programacion-tv.elpais.com + +https://programacion-tv.elpais.com/ + +### Download the guide + +```sh +npm run grab -- --site=programacion-tv.elpais.com +``` + +### Update channel list + +```sh +npm run channels:parse -- --config=./sites/programacion-tv.elpais.com/programacion-tv.elpais.com.config.js --output=./sites/programacion-tv.elpais.com/programacion-tv.elpais.com.channels.xml +``` + +### Test + +```sh +npm test -- programacion-tv.elpais.com +```