Rename compulms.com to energeek.cl

This commit is contained in:
freearhey 2023-12-03 00:22:33 +03:00
parent fd850697a9
commit a8ac04e402
6 changed files with 12 additions and 14 deletions

View file

@ -25,7 +25,6 @@
| [cgates.lt](sites/cgates.lt) | 🟢 | |
| [chaines-tv.orange.fr](sites/chaines-tv.orange.fr) | 🟢 | |
| [clickthecity.com](sites/clickthecity.com) | 🟢 | |
| [compulms.com](sites/compulms.com) | 🟢 | |
| [comteco.com.bo](sites/comteco.com.bo) | 🟡 | https://github.com/iptv-org/epg/issues/2239 |
| [content.astro.com.my](sites/content.astro.com.my) | 🟢 | |
| [cosmote.gr](sites/cosmote.gr) | 🟢 | |
@ -41,6 +40,7 @@
| [dstv.com](sites/dstv.com) | 🟢 | |
| [elcinema.com](sites/elcinema.com) | 🟢 | |
| [ena.skylifetv.co.kr](sites/ena.skylifetv.co.kr) | 🟢 | |
| [energeek.cl](sites/energeek.cl) | 🟢 | |
| [entertainment.ie](sites/entertainment.ie) | 🟢 | |
| [epg.i-cable.com](sites/epg.i-cable.com) | 🟡 | https://github.com/iptv-org/epg/issues/2228 |
| [firstmedia.com](sites/firstmedia.com) | 🟢 | |

View file

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<channels>
<!-- <channel site="compulms.com" lang="es" xmltv_id="" site_id="EnerGeek 4">EnerGeek 4</channel>
<channel site="compulms.com" lang="es" xmltv_id="" site_id="EnerGeek Fanpop">EnerGeek Fanpop</channel>
<channel site="compulms.com" lang="es" xmltv_id="" site_id="EnerGeek Retro">EnerGeek Retro</channel> -->
<channel site="compulms.com" lang="es" xmltv_id="CCPRadio.cl" site_id="CCP Radio">CCP Radio</channel>
<channel site="compulms.com" lang="es" xmltv_id="EnerGeekRadio.cl" site_id="EnerGeek Radio TV">EnerGeek Radio TV</channel>
<channel site="compulms.com" lang="es" xmltv_id="FanpopTV.cl" site_id="Fanpop TV">Fanpop TV</channel>
</channels>

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<channels>
<channel site="energeek.cl" lang="es" xmltv_id="" site_id="EnerGeek 4">EnerGeek 4</channel>
<channel site="energeek.cl" lang="es" xmltv_id="" site_id="EnerGeek Fanpop">EnerGeek Fanpop</channel>
<channel site="energeek.cl" lang="es" xmltv_id="" site_id="EnerGeek Retro">EnerGeek Retro</channel>
<channel site="energeek.cl" lang="es" xmltv_id="CCPRadio.cl" site_id="CCP Radio">CCP Radio</channel>
<channel site="energeek.cl" lang="es" xmltv_id="EnerGeekRadio.cl" site_id="EnerGeek Radio TV">EnerGeek Radio TV</channel>
<channel site="energeek.cl" lang="es" xmltv_id="FanpopTV.cl" site_id="Fanpop TV">Fanpop TV</channel>
</channels>

View file

@ -1,7 +1,7 @@
const parser = require('epg-parser')
module.exports = {
site: 'compulms.com',
site: 'energeek.cl',
days: 2,
request: {
cache: {

View file

@ -1,6 +1,4 @@
// npm run grab -- --site=compulms.com
const { parser, url } = require('./compulms.com.config.js')
const { parser, url } = require('./energeek.cl.config.js')
const fs = require('fs')
const path = require('path')
const dayjs = require('dayjs')