2023-11-27 13:40:18 +03:00
|
|
|
# singtel.com
|
|
|
|
|
|
|
|
|
|
https://www.singtel.com/personal/products-services/tv/tv-programme-guide
|
|
|
|
|
|
|
|
|
|
### Download the guide
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --site=singtel.com
|
2023-11-27 13:40:18 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Update channel list
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run channels:parse --- --config=./sites/singtel.com/singtel.com.config.js --output=./sites/singtel.com/singtel.com.channels.xml
|
2023-11-27 13:40:18 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Test
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-17 20:14:19 +03:00
|
|
|
npm test --- singtel.com
|
2023-11-27 13:40:18 +03:00
|
|
|
```
|