mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update wavve.com
This commit is contained in:
parent
cb56dc9184
commit
0644a85ffb
2 changed files with 21 additions and 3 deletions
21
sites/wavve.com/readme.md
Normal file
21
sites/wavve.com/readme.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# wavve.com
|
||||
|
||||
https://wavve.com/ _[Geo-blocked]_
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=wavve.com
|
||||
```
|
||||
|
||||
### Update channel list
|
||||
|
||||
```sh
|
||||
npm run channels:parse -- --config=./sites/wavve.com/wavve.com.config.js --output=./sites/wavve.com/wavve.com.channels.xml
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- wavve.com
|
||||
```
|
|
@ -1,6 +1,3 @@
|
|||
// npm run channels:parse -- --config=sites/wavve.com/wavve.com.config.js --output=sites/wavve.com/wavve.com.channels.xml
|
||||
// npm run grab -- --site=wavve.com
|
||||
|
||||
const { parser, url } = require('./wavve.com.config.js')
|
||||
const dayjs = require('dayjs')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue