mirror of
https://github.com/iptv-org/epg
synced 2026-03-22 03:41:02 -04:00
Update mytelly.co.uk
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
// npm run channels:parse -- --config=./sites/mytelly.co.uk/mytelly.co.uk.config.js --output=./sites/mytelly.co.uk/mytelly.co.uk.channels.xml
|
||||
// npm run grab -- --site=mytelly.co.uk
|
||||
|
||||
const { parser, url } = require('./mytelly.co.uk.config.js')
|
||||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
|
||||
21
sites/mytelly.co.uk/readme.md
Normal file
21
sites/mytelly.co.uk/readme.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# mytelly.co.uk
|
||||
|
||||
https://www.mytelly.co.uk/tv-guide/listings/tv-tonight.html
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=mytelly.co.uk
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/mytelly.co.uk/mytelly.co.uk.config.js --output=./sites/mytelly.co.uk/mytelly.co.uk.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- mytelly.co.uk
|
||||
```
|
||||
Reference in New Issue
Block a user