Update maxtvgo.mk

This commit is contained in:
freearhey
2023-12-03 17:13:41 +03:00
parent 21b91b666c
commit 12df46daeb
3 changed files with 23 additions and 5 deletions
+21
View File
@@ -0,0 +1,21 @@
# maxtvgo.mk
https://maxtvgo.mk/epg
### Download the guide
```sh
npm run grab -- --site=maxtvgo.mk
```
### Update channel list
```sh
npm run channels:parse -- --config=./sites/maxtvgo.mk/maxtvgo.mk.config.js --output=./sites/maxtvgo.mk/maxtvgo.mk.channels.xml
```
### Test
```sh
npm test -- maxtvgo.mk
```