2025-09-28 17:55:05 +03:00
# tv.trueid.net
https://tv.trueid.net/
### Download the guide
**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.
Thai:
``` sh
2026-03-17 03:33:30 +03:00
npm run grab --- --sites= tv.trueid.net --lang= th
2025-09-28 17:55:05 +03:00
```
English:
``` sh
2026-03-17 03:33:30 +03:00
npm run grab --- --sites= tv.trueid.net --lang= en
2025-09-28 17:55:05 +03:00
```
### Update channel list
Thai:
``` sh
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
```
English:
``` sh
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
```
### Test
``` sh
npm test --- tv.trueid.net
```