Update tvcubana.icrt.cu

This commit is contained in:
freearhey 2023-12-01 00:58:36 +03:00
parent a4663a218e
commit c82e015a44
3 changed files with 17 additions and 4 deletions

View file

@ -0,0 +1,15 @@
# tvcubana.icrt.cu
https://www.tvcubana.icrt.cu/cartelera-de-la-tv-cubana
### Download the guide
```sh
npm run grab -- --site=tvcubana.icrt.cu
```
### Test
```sh
npm test -- tvcubana.icrt.cu
```

View file

@ -5,9 +5,9 @@
<channel site="tvcubana.icrt.cu" lang="es" xmltv_id="CanalEducativo.cu" site_id="edu">Canal Educativo</channel>
<channel site="tvcubana.icrt.cu" lang="es" xmltv_id="CanalEducativo2.cu" site_id="edu2">Canal Educativo 2</channel>
<channel site="tvcubana.icrt.cu" lang="es" xmltv_id="CanalHabana.cu" site_id="chabana">Canal Habana</channel>
<channel site="tvcubana.icrt.cu" lang="es" xmltv_id="CanalMultivision.cu" site_id="mv">Canal Multivisión</channel>
<channel site="tvcubana.icrt.cu" lang="es" xmltv_id="Cubavision.cu" site_id="cv">Cubavisión</channel>
<channel site="tvcubana.icrt.cu" lang="es" xmltv_id="CubavisionInternacional.cu" site_id="cvi">Cubavisión Internacional</channel>
<channel site="tvcubana.icrt.cu" lang="es" xmltv_id="CubavisionNacional.cu" site_id="cv">Cubavisión Nacional</channel>
<channel site="tvcubana.icrt.cu" lang="es" xmltv_id="CubavisionPlus.cu" site_id="cvplus">Cubavisión Plus</channel>
<channel site="tvcubana.icrt.cu" lang="es" xmltv_id="Multivision.cu" site_id="mv">Multivisión</channel>
<channel site="tvcubana.icrt.cu" lang="es" xmltv_id="TeleRebelde.cu" site_id="tr">Tele Rebelde</channel>
</channels>

View file

@ -1,5 +1,3 @@
// npm run grab -- --site=tvcubana.icrt.cu
const { parser, url } = require('./tvcubana.icrt.cu.config.js')
const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')