mirror of
https://github.com/iptv-org/epg
synced 2026-04-28 21:46:58 -04:00
24 lines
439 B
Markdown
24 lines
439 B
Markdown
# epg.telemach.ba
|
|
|
|
https://epg.telemach.ba/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=epg.telemach.ba
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
Available countries : ba/me
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/epg.telemach.ba/epg.telemach.ba.config.js --output=./sites/epg.telemach.ba/epg.telemach.ba_<COUNTRY>.channels.xml --set=country:<COUNTRY>
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- epg.telemach.ba
|
|
```
|