Files
epg/sites/epg.telemach.ba/readme.md

24 lines
440 B
Markdown
Raw Permalink Normal View History

2025-09-28 17:55:05 +03:00
# epg.telemach.ba
https://epg.telemach.ba/
### Download the guide
```sh
2026-03-17 03:33:30 +03:00
npm run grab --- --sites=epg.telemach.ba
2025-09-28 17:55:05 +03:00
```
### 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
```