mirror of
https://github.com/iptv-org/epg
synced 2026-05-21 16:55:02 -04:00
22 lines
390 B
Markdown
22 lines
390 B
Markdown
|
|
# content.astro.com.my
|
||
|
|
|
||
|
|
https://content.astro.com.my/
|
||
|
|
|
||
|
|
### Download the guide
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run grab -- --site=content.astro.com.my
|
||
|
|
```
|
||
|
|
|
||
|
|
### Update channel list
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run channels:parse -- --config=./sites/content.astro.com.my/content.astro.com.my.config.js --output=./sites/content.astro.com.my/content.astro.com.my.channels.xml
|
||
|
|
```
|
||
|
|
|
||
|
|
### Test
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm test -- content.astro.com.my
|
||
|
|
```
|