Update streamingtvguides.com

This commit is contained in:
freearhey
2023-11-28 13:22:39 +03:00
parent 858d1f40b1
commit 7e5258fecc
4 changed files with 3113 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
# streamingtvguides.com
https://streamingtvguides.com/
### Download the guide
```sh
npm run grab -- --site=streamingtvguides.com
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/streamingtvguides.com/streamingtvguides.com.config.js --output=./sites/streamingtvguides.com/streamingtvguides.com.channels.xml
```
### Test
```sh
npm test -- streamingtvguides.com
```