mirror of
https://github.com/iptv-org/epg
synced 2026-06-09 09:59:23 -04:00
22 lines
286 B
Markdown
22 lines
286 B
Markdown
|
|
# dens.tv
|
||
|
|
|
||
|
|
https://www.dens.tv/
|
||
|
|
|
||
|
|
### Download the guide
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run grab -- --site=dens.tv
|
||
|
|
```
|
||
|
|
|
||
|
|
### Update channel list
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm run channels:parse -- --config=sites/dens.tv/dens.tv.config.js --output=sites/dens.tv/dens.tv.channels.xml
|
||
|
|
```
|
||
|
|
|
||
|
|
### Test
|
||
|
|
|
||
|
|
```sh
|
||
|
|
npm test -- dens.tv
|
||
|
|
```
|