Update tvguide.com

This commit is contained in:
freearhey
2023-12-01 01:30:11 +03:00
parent c2f9ff6df5
commit a9d065e3d3
4 changed files with 133 additions and 90 deletions

View File

@@ -0,0 +1,21 @@
# 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
```