2023-11-30 22:19:43 +03:00
# tv.trueid.net
https://tv.trueid.net/
### Download the guide
2023-12-12 07:24:37 +03:00
**NOTE:** This site only provides guides for today at current time, so it is necessary to get the guide at proper time (0:00 of Asia/Bangkok) to get the complete guides.
2023-12-12 00:56:32 +07:00
Thai:
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=tv.trueid.net --lang=th
2023-12-12 00:56:32 +07:00
```
English:
2023-11-30 22:19:43 +03:00
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=tv.trueid.net --lang=en
2023-11-30 22:19:43 +03:00
```
### Update channel list
2023-12-12 00:56:32 +07:00
Thai:
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=./sites/tv.trueid.net/tv.trueid.net.config.js --output=./sites/tv.trueid.net/tv.trueid.net_th.channels.xml --set=lang:th
2023-12-12 00:56:32 +07:00
```
English:
2023-11-30 22:19:43 +03:00
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=./sites/tv.trueid.net/tv.trueid.net.config.js --output=./sites/tv.trueid.net/tv.trueid.net_en.channels.xml --set=lang:en
2023-11-30 22:19:43 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- tv.trueid.net
2023-11-30 22:19:43 +03:00
```