mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 11:27:00 -04:00
22 lines
477 B
Markdown
22 lines
477 B
Markdown
# virgintvgo.virginmedia.com
|
|
|
|
https://virgintvgo.virginmedia.com/en/epg/initial
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --sites=virgintvgo.virginmedia.com
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/virgintvgo.virginmedia.com/virgintvgo.virginmedia.com.config.js --output=./sites/virgintvgo.virginmedia.com/virgintvgo.virginmedia.com.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- virgintvgo.virginmedia.com
|
|
```
|