Files
epg/sites/streamingtvguides.com/readme.md

22 lines
401 B
Markdown
Raw Normal View History

2023-11-28 13:22:39 +03:00
# streamingtvguides.com
https://streamingtvguides.com/
### Download the guide
```sh
npm run grab --- --site=streamingtvguides.com
2023-11-28 13:22:39 +03:00
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/streamingtvguides.com/streamingtvguides.com.config.js --output=./sites/streamingtvguides.com/streamingtvguides.com.channels.xml
2023-11-28 13:22:39 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- streamingtvguides.com
2023-11-28 13:22:39 +03:00
```