mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
22 lines
350 B
Markdown
22 lines
350 B
Markdown
# 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
|
|
```
|