mirror of
https://github.com/iptv-org/epg
synced 2026-05-01 06:56:59 -04:00
Update mytvsuper.com
This commit is contained in:
39
sites/mytvsuper.com/readme.md
Normal file
39
sites/mytvsuper.com/readme.md
Normal file
@@ -0,0 +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
|
||||
```
|
||||
Reference in New Issue
Block a user