mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
22 lines
378 B
Markdown
22 lines
378 B
Markdown
# 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
|
|
```
|