mirror of
https://github.com/iptv-org/epg
synced 2026-05-26 02:59:29 -04:00
22 lines
334 B
Markdown
22 lines
334 B
Markdown
# tv.trueid.net
|
|
|
|
https://tv.trueid.net/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab -- --site=tv.trueid.net
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse -- --config=./sites/tv.trueid.net/tv.trueid.net.config.js --output=./sites/tv.trueid.net/tv.trueid.net.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test -- tv.trueid.net
|
|
```
|