Update virginmediatelevision.ie

This commit is contained in:
freearhey 2023-12-02 14:51:46 +03:00
parent 4dfcb5b058
commit eaefc6c04d
2 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,15 @@
# virginmediatelevision.ie
https://www.virginmediatelevision.ie/tv-guide
### Download the guide
```sh
npm run grab -- --site=virginmediatelevision.ie
```
### Test
```sh
npm test -- virginmediatelevision.ie
```

View file

@ -1,5 +1,3 @@
// npm run grab -- --site=virginmediatelevision.ie
const { parser, url } = require('./virginmediatelevision.ie.config.js')
const fs = require('fs')
const path = require('path')