mirror of
https://github.com/iptv-org/epg
synced 2026-04-14 22:59:24 -04:00
22 lines
345 B
Markdown
22 lines
345 B
Markdown
# watchyour.tv
|
|
|
|
https://watchyour.tv/tvexperience.php
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=watchyour.tv
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/watchyour.tv/watchyour.tv.config.js --output=./sites/watchyour.tv/watchyour.tv.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- watchyour.tv
|
|
```
|