Fixes EOL character

This commit is contained in:
freearhey
2026-05-05 12:42:41 +03:00
parent f2cfb97ebe
commit e440b4c356
4 changed files with 277 additions and 276 deletions

View File

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