mirror of
https://github.com/iptv-org/epg
synced 2026-05-07 09:57:06 -04:00
22 lines
313 B
Markdown
22 lines
313 B
Markdown
# 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
|
|
```
|