mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update meuguia.tv
This commit is contained in:
parent
8ff256bcdf
commit
01c6e709d0
2 changed files with 23 additions and 4 deletions
|
@ -1,6 +1,3 @@
|
|||
// npm run channels:parse -- --config=./sites/meuguia.tv/meuguia.tv.config.js --output=./sites/meuguia.tv/meuguia.tv.channels.xml
|
||||
// npm run grab -- --site=meuguia.tv
|
||||
|
||||
const { parser, url } = require('./meuguia.tv.config.js')
|
||||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
|
@ -37,7 +34,8 @@ it('can parse response', () => {
|
|||
episode: 4
|
||||
},
|
||||
{
|
||||
title: 'Hawaii Five-0 : T10 EP5 - Don\'t Blame Ghosts and Spirits for One\'s Troubles; A Human Is Responsible',
|
||||
title:
|
||||
"Hawaii Five-0 : T10 EP5 - Don't Blame Ghosts and Spirits for One's Troubles; A Human Is Responsible",
|
||||
start: '2023-11-21T22:15:00.000Z',
|
||||
stop: '2023-11-21T23:10:00.000Z',
|
||||
season: 10,
|
||||
|
|
21
sites/meuguia.tv/readme.md
Normal file
21
sites/meuguia.tv/readme.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# meuguia.tv
|
||||
|
||||
https://meuguia.tv/
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=meuguia.tv
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/meuguia.tv/meuguia.tv.config.js --output=./sites/meuguia.tv/meuguia.tv.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- meuguia.tv
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue