Update mysky.com.ph

This commit is contained in:
freearhey 2023-12-03 18:22:10 +03:00
parent 70fc6794da
commit 3ed309a834
3 changed files with 23 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<channels>
<!-- <channel site="mysky.com.ph" lang="" xmltv_id="" site_id="28">CNN</channel>
<channel site="mysky.com.ph" lang="" xmltv_id="" site_id="28">CNN</channel>
<channel site="mysky.com.ph" lang="" xmltv_id="" site_id="30">BLOOMBERG</channel>
<channel site="mysky.com.ph" lang="" xmltv_id="" site_id="34">WARNER TV</channel>
<channel site="mysky.com.ph" lang="" xmltv_id="" site_id="36">CINEMAX</channel>
@ -71,7 +71,7 @@
<channel site="mysky.com.ph" lang="" xmltv_id="" site_id="288">METRO CHANNEL HD</channel>
<channel site="mysky.com.ph" lang="" xmltv_id="" site_id="290">TLC HD</channel>
<channel site="mysky.com.ph" lang="" xmltv_id="" site_id="291">DISCOVERY CHANNEL HD</channel>
<channel site="mysky.com.ph" lang="" xmltv_id="" site_id="293">ANIMAL PLANET HD</channel> -->
<channel site="mysky.com.ph" lang="" xmltv_id="" site_id="293">ANIMAL PLANET HD</channel>
<channel site="mysky.com.ph" lang="en" xmltv_id="A2Z.ph" site_id="323">A2Z</channel>
<channel site="mysky.com.ph" lang="en" xmltv_id="ANC.ph" site_id="27">ANC</channel>
<channel site="mysky.com.ph" lang="en" xmltv_id="AsianFoodNetwork.sg" site_id="22">ASIAN FOOD NETWORK</channel>

View file

@ -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')

View file

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