Files
epg/sites/tv.trueid.net/readme.md

40 lines
796 B
Markdown
Raw Normal View History

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.
Thai:
```sh
npm run grab --- --site=tv.trueid.net --lang=th
```
English:
2023-11-30 22:19:43 +03:00
```sh
npm run grab --- --site=tv.trueid.net --lang=en
2023-11-30 22:19:43 +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:
2023-11-30 22:19:43 +03:00
```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
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
```