Update tv.mail.ru

This commit is contained in:
freearhey
2023-11-30 14:13:33 +03:00
parent 83e38412ae
commit 41e8100c77
4 changed files with 729 additions and 46 deletions
+23
View File
@@ -0,0 +1,23 @@
# 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
```