diff --git a/sites/mysky.com.ph/mysky.com.ph.channels.xml b/sites/mysky.com.ph/mysky.com.ph.channels.xml index 375ea4aa..4b183af6 100644 --- a/sites/mysky.com.ph/mysky.com.ph.channels.xml +++ b/sites/mysky.com.ph/mysky.com.ph.channels.xml @@ -1,6 +1,6 @@ - + ANIMAL PLANET HD A2Z ANC ASIAN FOOD NETWORK diff --git a/sites/mysky.com.ph/mysky.com.ph.test.js b/sites/mysky.com.ph/mysky.com.ph.test.js index 21972888..1890037b 100644 --- a/sites/mysky.com.ph/mysky.com.ph.test.js +++ b/sites/mysky.com.ph/mysky.com.ph.test.js @@ -1,6 +1,3 @@ -// npm run channels:parse -- --config=./sites/mysky.com.ph/mysky.com.ph.config.js --output=./sites/mysky.com.ph/mysky.com.ph.channels.xml -// npm run grab -- --site=mysky.com.ph - const { parser, url } = require('./mysky.com.ph.config.js') const dayjs = require('dayjs') const utc = require('dayjs/plugin/utc') diff --git a/sites/mysky.com.ph/readme.md b/sites/mysky.com.ph/readme.md new file mode 100644 index 00000000..19c591ee --- /dev/null +++ b/sites/mysky.com.ph/readme.md @@ -0,0 +1,21 @@ +# mysky.com.ph + +https://www.mysky.com.ph/metromanila/tv-schedules + +### Download the guide + +```sh +npm run grab -- --site=mysky.com.ph +``` + +### Update channel list + +```sh +npm run channels:parse -- --config=./sites/mysky.com.ph/mysky.com.ph.config.js --output=./sites/mysky.com.ph/mysky.com.ph.channels.xml +``` + +### Test + +```sh +npm test -- mysky.com.ph +```