2023-12-03 19:00:15 +03:00
|
|
|
# ontvtonight.com
|
|
|
|
|
|
|
|
|
|
https://www.ontvtonight.com/au/guide/ (Australia)
|
|
|
|
|
|
|
|
|
|
https://www.ontvtonight.com/ca/guide/ (Canada)
|
|
|
|
|
|
|
|
|
|
https://www.ontvtonight.com/guide/ (US)
|
|
|
|
|
|
|
|
|
|
### Download the guide
|
|
|
|
|
|
|
|
|
|
Australia:
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --channels=sites/ontvtonight.com/ontvtonight.com_au.channels.xml
|
2023-12-03 19:00:15 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Canada:
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --channels=sites/ontvtonight.com/ontvtonight.com_ca.channels.xml
|
2023-12-03 19:00:15 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
US:
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --channels=sites/ontvtonight.com/ontvtonight.com_us.channels.xml
|
2023-12-03 19:00:15 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Update channel list
|
|
|
|
|
|
|
|
|
|
Australia:
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run channels:parse --- --config=./sites/ontvtonight.com/ontvtonight.com.config.js --output=./sites/ontvtonight.com/ontvtonight.com_au.channels.xml --set=country:au
|
2023-12-03 19:00:15 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Canada:
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run channels:parse --- --config=./sites/ontvtonight.com/ontvtonight.com.config.js --output=./sites/ontvtonight.com/ontvtonight.com_ca.channels.xml --set=country:ca
|
2023-12-03 19:00:15 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
US:
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run channels:parse --- --config=./sites/ontvtonight.com/ontvtonight.com.config.js --output=./sites/ontvtonight.com/ontvtonight.com_us.channels.xml --set=country:us
|
2023-12-03 19:00:15 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Test
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-17 20:14:19 +03:00
|
|
|
npm test --- ontvtonight.com
|
2023-12-03 19:00:15 +03:00
|
|
|
```
|