Files
epg/sites/maxtvgo.mk/readme.md

22 lines
316 B
Markdown
Raw Normal View History

2023-12-03 17:13:41 +03:00
# maxtvgo.mk
https://maxtvgo.mk/epg
### Download the guide
```sh
npm run grab --- --site=maxtvgo.mk
2023-12-03 17:13:41 +03:00
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/maxtvgo.mk/maxtvgo.mk.config.js --output=./sites/maxtvgo.mk/maxtvgo.mk.channels.xml
2023-12-03 17:13:41 +03:00
```
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- maxtvgo.mk
2023-12-03 17:13:41 +03:00
```