diff --git a/sites/melita.com/melita.com.channels.xml b/sites/melita.com/melita.com.channels.xml index 6d608b2f..702a900a 100644 --- a/sites/melita.com/melita.com.channels.xml +++ b/sites/melita.com/melita.com.channels.xml @@ -1,6 +1,6 @@ - + TVMSport+ RTL RTL II Al Jazeera Arabic diff --git a/sites/melita.com/melita.com.test.js b/sites/melita.com/melita.com.test.js index d126668a..06e49131 100644 --- a/sites/melita.com/melita.com.test.js +++ b/sites/melita.com/melita.com.test.js @@ -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') diff --git a/sites/melita.com/readme.md b/sites/melita.com/readme.md new file mode 100644 index 00000000..a02ebef5 --- /dev/null +++ b/sites/melita.com/readme.md @@ -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 +```