mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
40 lines
835 B
Markdown
40 lines
835 B
Markdown
# 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
|
|
npm run grab --- --site=tv.trueid.net --lang=th
|
|
```
|
|
|
|
English:
|
|
|
|
```sh
|
|
npm run grab --- --site=tv.trueid.net --lang=en
|
|
```
|
|
|
|
### 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
|
|
```
|