Files
epg/sites/tv.mail.ru/readme.md

24 lines
392 B
Markdown
Raw Permalink Normal View History

2025-09-28 17:55:05 +03:00
# tv.mail.ru
https://tv.mail.ru/
### Download the guide
```sh
2026-03-17 03:33:30 +03:00
npm run grab --- --sites=tv.mail.ru
2025-09-28 17:55:05 +03:00
```
### 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
```