mirror of
https://github.com/iptv-org/epg
synced 2026-05-20 00:05:00 -04:00
22 lines
419 B
Markdown
22 lines
419 B
Markdown
# epg.tmacaraibes.com
|
|
|
|
http://epg.tmacaraibes.com/Epg/xmltv.xml
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --sites=epg.tmacaraibes.com
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/epg.tmacaraibes.com/epg.tmacaraibes.com.config.js --output=./sites/epg.tmacaraibes.com/epg.tmacaraibes.com.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- epg.tmacaraibes.com
|
|
```
|