Replace LF line endings with CRLF

This commit is contained in:
freearhey
2025-09-28 17:55:05 +03:00
parent efc74efcf8
commit b6a589c62a
1192 changed files with 445631 additions and 445631 deletions

View File

@@ -1,39 +1,39 @@
# mytvsuper.com
https://www.mytvsuper.com/tc/epg/ (Chinese)
https://www.mytvsuper.com/en/epg/ (English)
### Download the guide
Chinese:
```sh
npm run grab --- --site=mytvsuper.com --lang=zh
```
English:
```sh
npm run grab --- --site=mytvsuper.com --lang=en
```
### Update channel list
Chinese:
```sh
npm run channels:parse --- --config=./sites/mytvsuper.com/mytvsuper.com.config.js --output=./sites/mytvsuper.com/mytvsuper.com_zh.channels.xml --set=lang:zh
```
English:
```sh
npm run channels:parse --- --config=./sites/mytvsuper.com/mytvsuper.com.config.js --output=./sites/mytvsuper.com/mytvsuper.com_en.channels.xml --set=lang:en
```
### Test
```sh
npm test --- mytvsuper.com
```
# mytvsuper.com
https://www.mytvsuper.com/tc/epg/ (Chinese)
https://www.mytvsuper.com/en/epg/ (English)
### Download the guide
Chinese:
```sh
npm run grab --- --site=mytvsuper.com --lang=zh
```
English:
```sh
npm run grab --- --site=mytvsuper.com --lang=en
```
### Update channel list
Chinese:
```sh
npm run channels:parse --- --config=./sites/mytvsuper.com/mytvsuper.com.config.js --output=./sites/mytvsuper.com/mytvsuper.com_zh.channels.xml --set=lang:zh
```
English:
```sh
npm run channels:parse --- --config=./sites/mytvsuper.com/mytvsuper.com.config.js --output=./sites/mytvsuper.com/mytvsuper.com_en.channels.xml --set=lang:en
```
### Test
```sh
npm test --- mytvsuper.com
```