epg/sites/tvguide.com/readme.md
2024-12-17 20:14:19 +03:00

21 lines
334 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
```