Update mts.rs

This commit is contained in:
freearhey
2023-12-03 18:11:24 +03:00
parent 6983f2b38a
commit 81b54b8380
3 changed files with 23 additions and 5 deletions

21
sites/mts.rs/readme.md Normal file
View File

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