mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -05:00
22 lines
333 B
Markdown
22 lines
333 B
Markdown
|
|
# guidetnt.com
|
||
|
|
|
||
|
|
https://www.guidetnt.com/
|
||
|
|
|
||
|
|
### Download the guide
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run grab --- --site=guidetnt.com
|
||
|
|
```
|
||
|
|
|
||
|
|
### Update channel list
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run channels:parse --- --config=./sites/guidetnt.com/guidetnt.com.config.js --output=./sites/guidetnt.com/guidetnt.com.channels.xml
|
||
|
|
```
|
||
|
|
|
||
|
|
### Test
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm test --- guidetnt.com
|
||
|
|
```
|