mirror of
https://github.com/iptv-org/epg
synced 2025-12-20 12:26:58 -05:00
Update canalplus-haiti.com
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user