Files
epg/sites/tv.yandex.ru/readme.md
T
Toha efd88698cb Update tv.yandex.ru TV guide api.
This site is captcha protected, so it will likely the cookies need to
be updated regularly.

Signed-off-by: Toha <tohenk@yahoo.com>
2023-11-29 12:12:54 +07:00

26 lines
593 B
Markdown

# tv.yandex.ru
https://tv.yandex.ru/
This site is protected by captcha, so if you hit by an error `Got captcha, please goto https://tv.yandex.ru and update cookies!`,
update site configuration in `tv.yandex.ru.config.js` by heading to this site and use browser
Developer Tools and replace matching cookies.
### Download the guide
```sh
npm run grab -- --site=tv.yandex.ru
```
### Update channel list
```sh
npm run channels:parse -- --config=sites/tv.yandex.ru/tv.yandex.ru.config.js --output=sites/tv.yandex.ru/tv.yandex.ru.channels.xml
```
### Test
```sh
npm test -- tv.yandex.ru
```