mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update tv.blue.ch
This commit is contained in:
parent
617a79574d
commit
4f92948e11
3 changed files with 829 additions and 540 deletions
21
sites/tv.blue.ch/readme.md
Normal file
21
sites/tv.blue.ch/readme.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# tv.blue.ch
|
||||||
|
|
||||||
|
https://tv.blue.ch/tv-guide
|
||||||
|
|
||||||
|
### Download the guide
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run grab -- --site=tv.blue.ch
|
||||||
|
```
|
||||||
|
|
||||||
|
### Update channel list
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run channels:parse -- --config=./sites/tv.blue.ch/tv.blue.ch.config.js --output=./sites/tv.blue.ch/tv.blue.ch.channels.xml
|
||||||
|
```
|
||||||
|
|
||||||
|
### Test
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm test -- tv.blue.ch
|
||||||
|
```
|
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,3 @@
|
||||||
// node ./scripts/commands/parse-channels.js --config=./sites/tv.blue.ch/tv.blue.ch.config.js --output=./sites/tv.blue.ch/tv.blue.ch.channels.xml
|
|
||||||
// npm run grab -- --site=tv.blue.ch
|
|
||||||
|
|
||||||
const { parser, url } = require('./tv.blue.ch.config.js')
|
const { parser, url } = require('./tv.blue.ch.config.js')
|
||||||
const dayjs = require('dayjs')
|
const dayjs = require('dayjs')
|
||||||
const utc = require('dayjs/plugin/utc')
|
const utc = require('dayjs/plugin/utc')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue