mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update melita.com
This commit is contained in:
parent
b3a93dbc1d
commit
8f5280eb3c
3 changed files with 23 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels>
|
||||
<!-- <channel site="melita.com" lang="" xmltv_id="" site_id="0bd65fb9-e844-4436-ba3f-6482bc639110">Test 890</channel>
|
||||
<channel site="melita.com" lang="" xmltv_id="" site_id="0bd65fb9-e844-4436-ba3f-6482bc639110">Test 890</channel>
|
||||
<channel site="melita.com" lang="" xmltv_id="" site_id="06d3bf63-23e2-4d1c-bdf8-9fac367d8343">Rai Due HD</channel>
|
||||
<channel site="melita.com" lang="" xmltv_id="" site_id="9c9f5e3e-a78a-463e-b147-4cfc5207dba0">Promo Channel</channel>
|
||||
<channel site="melita.com" lang="" xmltv_id="" site_id="9dc21911-0f5d-44e5-a255-fb23ce981a2d">Rai Italia</channel>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<channel site="melita.com" lang="" xmltv_id="" site_id="ec88d11a-46e7-4182-a7c9-167e97f927f0">AMC HD</channel>
|
||||
<channel site="melita.com" lang="" xmltv_id="" site_id="f4554e89-1dc7-4086-bd62-7891b7dfb79f">Discovery Turbo Xtra HD</channel>
|
||||
<channel site="melita.com" lang="" xmltv_id="" site_id="ff10cb21-d45d-46dc-8b98-6d9cf5abd9aa">Melita More HD</channel>
|
||||
<channel site="melita.com" lang="" xmltv_id="" site_id="ff41ddd8-8650-4921-bf99-e625d75f3605">TVMSport+</channel> -->
|
||||
<channel site="melita.com" lang="" xmltv_id="" site_id="ff41ddd8-8650-4921-bf99-e625d75f3605">TVMSport+</channel>
|
||||
<channel site="melita.com" lang="de" xmltv_id="RTL.de" site_id="38de6f81-d9ff-49ba-aa33-b147166ca454">RTL</channel>
|
||||
<channel site="melita.com" lang="de" xmltv_id="RTLZwei.de" site_id="ef81f5fd-d6ac-4464-92f3-2474735aa6d3">RTL II</channel>
|
||||
<channel site="melita.com" lang="en" xmltv_id="AlJazeera.qa" site_id="786fa95a-4988-4c02-8daa-6d352cc31073">Al Jazeera Arabic</channel>
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
// npm run channels:parse -- --config=./sites/melita.com/melita.com.config.js --output=./sites/melita.com/melita.com.channels.xml
|
||||
// npm run grab -- --site=melita.com
|
||||
|
||||
const { parser, url } = require('./melita.com.config.js')
|
||||
const dayjs = require('dayjs')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
|
|
21
sites/melita.com/readme.md
Normal file
21
sites/melita.com/readme.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# melita.com
|
||||
|
||||
https://www.melita.com/tv-schedule/
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=melita.com
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/melita.com/melita.com.config.js --output=./sites/melita.com/melita.com.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- melita.com
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue