mirror of
https://github.com/iptv-org/epg
synced 2026-05-10 03:17:04 -04:00
22 lines
390 B
Markdown
22 lines
390 B
Markdown
# maxstream.tv
|
|
|
|
https://maxstream.tv/home
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --channels=sites/maxstream.tv/maxstream.tv.channels.xml
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/maxstream.tv/maxstream.tv.config.js --output=./sites/maxstream.tv/maxstream.tv.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- maxstream.tv
|
|
```
|