mirror of
https://github.com/iptv-org/epg
synced 2025-12-24 06:16:59 -05: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
|
||
|
|
```
|