Files
epg/sites/mysky.com.ph/readme.md

22 lines
357 B
Markdown
Raw Normal View History

2023-12-03 18:22:10 +03:00
# mysky.com.ph
https://www.mysky.com.ph/metromanila/tv-schedules
### Download the guide
```sh
npm run grab --- --site=mysky.com.ph
2023-12-03 18:22:10 +03:00
```
### 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
2023-12-03 18:22:10 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- mysky.com.ph
2023-12-03 18:22:10 +03:00
```