Add site maxstream.tv.

Signed-off-by: Toha <tohenk@yahoo.com>
This commit is contained in:
Toha
2026-05-02 08:50:44 +07:00
parent c2f75607c8
commit f2cfb97ebe
5 changed files with 5641 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# 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
```