Files
epg/sites/zap.co.ao/readme.md
T

22 lines
315 B
Markdown
Raw Normal View History

2023-12-02 16:04:37 +03:00
# zap.co.ao
https://zap.co.ao/tv/guia-tv
### Download the guide
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=zap.co.ao
2023-12-02 16:04:37 +03:00
```
### Update channel list
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=./sites/zap.co.ao/zap.co.ao.config.js --output=./sites/zap.co.ao/zap.co.ao.channels.xml
2023-12-02 16:04:37 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- zap.co.ao
2023-12-02 16:04:37 +03:00
```