mirror of
https://github.com/iptv-org/epg
synced 2026-04-11 13:22:52 -04:00
24 lines
368 B
Markdown
24 lines
368 B
Markdown
# tv.mail.ru
|
|
|
|
https://tv.mail.ru/
|
|
|
|
### Download the guide
|
|
|
|
```sh
|
|
npm run grab --- --site=tv.mail.ru
|
|
```
|
|
|
|
### Update channel list
|
|
|
|
```sh
|
|
npm run channels:parse --- --config=./sites/tv.mail.ru/tv.mail.ru.config.js --output=./sites/tv.mail.ru/tv.mail.ru.channels.xml
|
|
```
|
|
|
|
**NOTE:** There is a limit to the number of requests.
|
|
|
|
### Test
|
|
|
|
```sh
|
|
npm test --- tv.mail.ru
|
|
```
|