mirror of
https://github.com/iptv-org/epg
synced 2026-04-18 00:29:23 -04:00
22 lines
331 B
Markdown
22 lines
331 B
Markdown
|
|
# tvguide.com
|
||
|
|
|
||
|
|
https://www.tvguide.com/listings/
|
||
|
|
|
||
|
|
### Download the guide
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run grab -- --site=tvguide.com
|
||
|
|
```
|
||
|
|
|
||
|
|
### Update channel list
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run channels:parse -- --config=./sites/tvguide.com/tvguide.com.config.js --output=./sites/tvguide.com/tvguide.com.channels.xml
|
||
|
|
```
|
||
|
|
|
||
|
|
### Test
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm test -- tvguide.com
|
||
|
|
```
|