Update mtel.ba

This commit is contained in:
freearhey
2023-12-03 18:10:11 +03:00
parent 49f7908ff9
commit 6983f2b38a
3 changed files with 23 additions and 5 deletions

21
sites/mtel.ba/readme.md Normal file
View 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
```