Files
epg/sites/tvguide.com/readme.md
2023-12-01 01:30:11 +03:00

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
```