mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Update vtm.be
This commit is contained in:
parent
d003a2025e
commit
99ce17c338
3 changed files with 17 additions and 4 deletions
15
sites/vtm.be/readme.md
Normal file
15
sites/vtm.be/readme.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# vtm.be
|
||||
|
||||
https://vtm.be/tv-gids
|
||||
|
||||
### Download the guide
|
||||
|
||||
```sh
|
||||
npm run grab -- --site=vtm.be
|
||||
```
|
||||
|
||||
### Test
|
||||
|
||||
```sh
|
||||
npm test -- vtm.be
|
||||
```
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels>
|
||||
<channel site="vtm.be" lang="nl" xmltv_id="QmusicVlaanderen.be" site_id="qmusic">Q-music Vlaanderen</channel>
|
||||
<channel site="vtm.be" lang="nl" xmltv_id="" site_id="vtmnonstop">VTM NON-STOP Dokters</channel>
|
||||
<channel site="vtm.be" lang="nl" xmltv_id="QmusicVlaanderen.be" site_id="qmusic">Qmusic</channel>
|
||||
<channel site="vtm.be" lang="nl" xmltv_id="VTM.be" site_id="vtm">VTM</channel>
|
||||
<channel site="vtm.be" lang="nl" xmltv_id="VTM2.be" site_id="vtm2">VTM 2</channel>
|
||||
<channel site="vtm.be" lang="nl" xmltv_id="VTM3.be" site_id="vtm3">VTM 3</channel>
|
||||
<channel site="vtm.be" lang="nl" xmltv_id="VTM4.be" site_id="vtm4">VTM 4</channel>
|
||||
<channel site="vtm.be" lang="nl" xmltv_id="VTMGold.be" site_id="vtmgold">VTM Gold</channel>
|
||||
<channel site="vtm.be" lang="nl" xmltv_id="VTMKids.be" site_id="vtm-kids">VTM Kids</channel>
|
||||
</channels>
|
|
@ -1,5 +1,3 @@
|
|||
// npm run grab -- --site=vtm.be
|
||||
|
||||
const { parser, url } = require('./vtm.be.config.js')
|
||||
const dayjs = require('dayjs')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue