2023-12-03 18:27:16 +03:00
|
|
|
# mytvsuper.com
|
|
|
|
|
|
|
|
|
|
https://www.mytvsuper.com/tc/epg/ (Chinese)
|
|
|
|
|
|
|
|
|
|
https://www.mytvsuper.com/en/epg/ (English)
|
|
|
|
|
|
|
|
|
|
### Download the guide
|
|
|
|
|
|
|
|
|
|
Chinese:
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --site=mytvsuper.com --lang=zh
|
2023-12-03 18:27:16 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
English:
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run grab --- --site=mytvsuper.com --lang=en
|
2023-12-03 18:27:16 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Update channel list
|
|
|
|
|
|
|
|
|
|
Chinese:
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run channels:parse --- --config=./sites/mytvsuper.com/mytvsuper.com.config.js --output=./sites/mytvsuper.com/mytvsuper.com_zh.channels.xml --set=lang:zh
|
2023-12-03 18:27:16 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
English:
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-15 17:32:49 +03:00
|
|
|
npm run channels:parse --- --config=./sites/mytvsuper.com/mytvsuper.com.config.js --output=./sites/mytvsuper.com/mytvsuper.com_en.channels.xml --set=lang:en
|
2023-12-03 18:27:16 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Test
|
|
|
|
|
|
|
|
|
|
```sh
|
2024-12-17 20:14:19 +03:00
|
|
|
npm test --- mytvsuper.com
|
2023-12-03 18:27:16 +03:00
|
|
|
```
|