Files
epg/sites/tvguide.com/readme.md
2026-03-17 03:33:30 +03:00

22 lines
356 B
Markdown

# tvguide.com
https://www.tvguide.com/listings/
### Download the guide
```sh
npm run grab --- --sites=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
```