mirror of
https://github.com/iptv-org/epg
synced 2026-04-30 14:36:58 -04:00
Update vtm.be
This commit is contained in:
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"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<channels>
|
<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="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="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="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="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="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>
|
</channels>
|
||||||
@@ -1,5 +1,3 @@
|
|||||||
// npm run grab -- --site=vtm.be
|
|
||||||
|
|
||||||
const { parser, url } = require('./vtm.be.config.js')
|
const { parser, url } = require('./vtm.be.config.js')
|
||||||
const dayjs = require('dayjs')
|
const dayjs = require('dayjs')
|
||||||
const utc = require('dayjs/plugin/utc')
|
const utc = require('dayjs/plugin/utc')
|
||||||
|
|||||||
Reference in New Issue
Block a user