mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update meo.pt
This commit is contained in:
parent
8f5280eb3c
commit
8ff256bcdf
3 changed files with 23 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
|||
<channel site="meo.pt" lang="en" xmltv_id="SkyNewsInternational.uk" site_id="SKYN">Sky News</channel>
|
||||
<channel site="meo.pt" lang="en" xmltv_id="TPAi.ao" site_id="TPA">TPA Internacional</channel>
|
||||
<channel site="meo.pt" lang="en" xmltv_id="TRTWorld.tr" site_id="TRTWHD">TRT World</channel>
|
||||
<!-- <channel site="meo.pt" lang="pt" xmltv_id="" site_id="1E1INT">1+1 International</channel>
|
||||
<channel site="meo.pt" lang="pt" xmltv_id="" site_id="1E1INT">1+1 International</channel>
|
||||
<channel site="meo.pt" lang="pt" xmltv_id="" site_id="1E1UNEW">1+1 United News</channel>
|
||||
<channel site="meo.pt" lang="pt" xmltv_id="" site_id="24KTHD">24Kitchen</channel>
|
||||
<channel site="meo.pt" lang="pt" xmltv_id="" site_id="ALJAZHD">Aljazeera</channel>
|
||||
|
@ -90,7 +90,7 @@
|
|||
<channel site="meo.pt" lang="pt" xmltv_id="" site_id="UNIFE">Unifé TV</channel>
|
||||
<channel site="meo.pt" lang="pt" xmltv_id="" site_id="VOD">MEO VideoClube</channel>
|
||||
<channel site="meo.pt" lang="pt" xmltv_id="" site_id="WILDHD">National Geographic Wild</channel>
|
||||
<channel site="meo.pt" lang="pt" xmltv_id="" site_id="WSPORT">W-Sport</channel> -->
|
||||
<channel site="meo.pt" lang="pt" xmltv_id="" site_id="WSPORT">W-Sport</channel>
|
||||
<channel site="meo.pt" lang="pt" xmltv_id="3sat.de" site_id="3SAT">3SAT</channel>
|
||||
<channel site="meo.pt" lang="pt" xmltv_id="ABolaTV.pt" site_id="ABOLA">A Bola TV</channel>
|
||||
<channel site="meo.pt" lang="pt" xmltv_id="AfroMusicChannel.pt" site_id="AFRO">Afro Music</channel>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
// npm run channels:parse -- --config=./sites/meo.pt/meo.pt.config.js --output=./sites/meo.pt/meo.pt.channels.xml
|
||||
// npm run grab -- --site=meo.pt
|
||||
|
||||
const { parser, url, request } = require('./meo.pt.config.js')
|
||||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
|
|
21
sites/meo.pt/readme.md
Normal file
21
sites/meo.pt/readme.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# meo.pt
|
||||
|
||||
https://www.meo.pt/tv/canais-programacao/guia-tv
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=meo.pt
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/meo.pt/meo.pt.config.js --output=./sites/meo.pt/meo.pt.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- meo.pt
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue