mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 09:30:06 -04:00

Resolves https://github.com/iptv-org/epg/issues/2354 Details: https://github.com/npm/cli/issues/3136
21 lines
292 B
Markdown
21 lines
292 B
Markdown
# mts.rs
|
|
|
|
https://mts.rs/tv-vodic/epg
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=mts.rs
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/mts.rs/mts.rs.config.js --output=./sites/mts.rs/mts.rs.channels.xml
|
|
```
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test ---mts.rs
|
|
```
|