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

24 lines
368 B
Markdown
Raw Normal View History

2023-11-30 14:13:33 +03:00
# tv.mail.ru
https://tv.mail.ru/
### Download the guide
```sh
2024-12-15 17:32:49 +03:00
npm run grab --- --site=tv.mail.ru
2023-11-30 14:13:33 +03:00
```
### Update channel list
```sh
2024-12-15 17:32:49 +03:00
npm run channels:parse --- --config=./sites/tv.mail.ru/tv.mail.ru.config.js --output=./sites/tv.mail.ru/tv.mail.ru.channels.xml
2023-11-30 14:13:33 +03:00
```
**NOTE:** There is a limit to the number of requests.
### Test
```sh
2024-12-17 20:14:19 +03:00
npm test --- tv.mail.ru
2023-11-30 14:13:33 +03:00
```