mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update mtel.ba
This commit is contained in:
parent
49f7908ff9
commit
6983f2b38a
3 changed files with 23 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<channels>
|
<channels>
|
||||||
<!-- <channel site="mtel.ba" lang="bs" xmltv_id="" site_id="000#266">m:tel Info</channel>
|
<channel site="mtel.ba" lang="bs" xmltv_id="" site_id="000#266">m:tel Info</channel>
|
||||||
<channel site="mtel.ba" lang="bs" xmltv_id="" site_id="000#422">m:SAT Info</channel>
|
<channel site="mtel.ba" lang="bs" xmltv_id="" site_id="000#422">m:SAT Info</channel>
|
||||||
<channel site="mtel.ba" lang="bs" xmltv_id="" site_id="003#13">ATV HD</channel>
|
<channel site="mtel.ba" lang="bs" xmltv_id="" site_id="003#13">ATV HD</channel>
|
||||||
<channel site="mtel.ba" lang="bs" xmltv_id="" site_id="004#14">Nova BH HD</channel>
|
<channel site="mtel.ba" lang="bs" xmltv_id="" site_id="004#14">Nova BH HD</channel>
|
||||||
|
@ -192,7 +192,7 @@
|
||||||
<channel site="mtel.ba" lang="bs" xmltv_id="" site_id="709#467">BIG Radio 1</channel>
|
<channel site="mtel.ba" lang="bs" xmltv_id="" site_id="709#467">BIG Radio 1</channel>
|
||||||
<channel site="mtel.ba" lang="bs" xmltv_id="" site_id="710#468">BIG Radio 2</channel>
|
<channel site="mtel.ba" lang="bs" xmltv_id="" site_id="710#468">BIG Radio 2</channel>
|
||||||
<channel site="mtel.ba" lang="bs" xmltv_id="" site_id="800#453">Euronews Serbia HD</channel>
|
<channel site="mtel.ba" lang="bs" xmltv_id="" site_id="800#453">Euronews Serbia HD</channel>
|
||||||
<channel site="mtel.ba" lang="bs" xmltv_id="" site_id="807#202">DEUTSCHE WELLE</channel> -->
|
<channel site="mtel.ba" lang="bs" xmltv_id="" site_id="807#202">DEUTSCHE WELLE</channel>
|
||||||
<channel site="mtel.ba" lang="bs" xmltv_id="24Kitchen.rs" site_id="505#153">24 Kitchen</channel>
|
<channel site="mtel.ba" lang="bs" xmltv_id="24Kitchen.rs" site_id="505#153">24 Kitchen</channel>
|
||||||
<channel site="mtel.ba" lang="bs" xmltv_id="AdriaTV.me" site_id="046#40">Adria TV</channel>
|
<channel site="mtel.ba" lang="bs" xmltv_id="AdriaTV.me" site_id="046#40">Adria TV</channel>
|
||||||
<channel site="mtel.ba" lang="bs" xmltv_id="AdultChannel1.rs" site_id="917#376">Adult 1</channel>
|
<channel site="mtel.ba" lang="bs" xmltv_id="AdultChannel1.rs" site_id="917#376">Adult 1</channel>
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
// npm run channels:parse -- --config=./sites/mtel.ba/mtel.ba.config.js --output=./sites/mtel.ba/mtel.ba.channels.xml
|
|
||||||
// npm run grab -- --site=mtel.ba
|
|
||||||
|
|
||||||
const { parser, url, request } = require('./mtel.ba.config.js')
|
const { parser, url, request } = require('./mtel.ba.config.js')
|
||||||
const dayjs = require('dayjs')
|
const dayjs = require('dayjs')
|
||||||
const utc = require('dayjs/plugin/utc')
|
const utc = require('dayjs/plugin/utc')
|
||||||
|
|
21
sites/mtel.ba/readme.md
Normal file
21
sites/mtel.ba/readme.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# mtel.ba
|
||||||
|
|
||||||
|
https://mtel.ba/Televizija/TV-ponuda/TV-vodic
|
||||||
|
|
||||||
|
### Download the guide
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run grab -- --site=mtel.ba
|
||||||
|
```
|
||||||
|
|
||||||
|
### Update channel list
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm run channels:parse -- --config=./sites/mtel.ba/mtel.ba.config.js --output=./sites/mtel.ba/mtel.ba.channels.xml
|
||||||
|
```
|
||||||
|
|
||||||
|
### Test
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npm test -- mtel.ba
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue