mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update canalplus-haiti.com
This commit is contained in:
parent
0b7282705f
commit
ebabde66ea
3 changed files with 22 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels>
|
||||
<!-- <channel site="canalplus-haiti.com" lang="fr" xmltv_id="" site_id="51422">Sony Channel Centro</channel> -->
|
||||
<channel site="canalplus-haiti.com" lang="fr" xmltv_id="" site_id="51422">Sony Channel Centro</channel>
|
||||
<channel site="canalplus-haiti.com" lang="fr" xmltv_id="13emeRue.fr" site_id="51001">13ème Rue</channel>
|
||||
<channel site="canalplus-haiti.com" lang="fr" xmltv_id="6ter.fr" site_id="51624">6ter</channel>
|
||||
<channel site="canalplus-haiti.com" lang="fr" xmltv_id="Action.fr" site_id="51004">Action</channel>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
// [Geo-blocked] npm run channels:parse -- --config=./sites/canalplus-haiti.com/canalplus-haiti.com.config.js --output=./sites/canalplus-haiti.com/canalplus-haiti.com.channels.xml
|
||||
// npm run grab -- --site=canalplus-haiti.com
|
||||
|
||||
const { parser, url } = require('./canalplus-haiti.com.config.js')
|
||||
const axios = require('axios')
|
||||
const dayjs = require('dayjs')
|
||||
|
|
21
sites/canalplus-haiti.com/readme.md
Normal file
21
sites/canalplus-haiti.com/readme.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# canalplus-haiti.com
|
||||
|
||||
https://www.canalplus-haiti.com/guide-tv-maintenant
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=canalplus-haiti.com
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/canalplus-haiti.com/canalplus-haiti.com.config.js --output=./sites/canalplus-haiti.com/canalplus-haiti.com.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- canalplus-haiti.com
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue