Files

24 lines
399 B
Markdown
Raw Permalink Normal View History

2025-09-28 17:55:05 +03:00
# tv.mail.ru
2026-06-28 18:19:09 +07:00
https://tv.mail.ru/moskva/
2025-09-28 17:55:05 +03:00
### 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
```