mirror of
https://github.com/iptv-org/epg
synced 2026-05-30 04:59:23 -04:00
60e246080b
Resolves https://github.com/iptv-org/epg/issues/2354 Details: https://github.com/npm/cli/issues/3136
22 lines
319 B
Markdown
22 lines
319 B
Markdown
# vidio.com
|
|
|
|
https://www.vidio.com/schedule/tv
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=vidio.com
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/vidio.com/vidio.com.config.js --output=./sites/vidio.com/vidio.com.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test ---vidio.com
|
|
```
|