Files
epg/sites/content.astro.com.my/readme.md
T

22 lines
393 B
Markdown
Raw Normal View History

2023-12-02 18:44:42 +03:00
# content.astro.com.my
https://content.astro.com.my/
### Download the guide
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=content.astro.com.my
2023-12-02 18:44:42 +03:00
```
### Update channel list
```sh
2024-12-15 17:32:49 +03:00
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
2023-12-02 18:44:42 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- content.astro.com.my
2023-12-02 18:44:42 +03:00
```