mirror of
https://github.com/iptv-org/epg
synced 2026-05-14 13:24:59 -04:00
22 lines
351 B
Markdown
22 lines
351 B
Markdown
# yes.co.il
|
|
|
|
https://www.yes.co.il/content/tv/broadcast
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --sites=yes.co.il
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/yes.co.il/yes.co.il.config.js --output=./sites/yes.co.il/yes.co.il.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- yes.co.il
|
|
```
|