Update melita.com

This commit is contained in:
freearhey 2023-12-03 17:22:57 +03:00
parent b3a93dbc1d
commit 8f5280eb3c
3 changed files with 23 additions and 5 deletions

View 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
```