Update tv.yandex.ru.config.js

This commit is contained in:
Aleksandr Statciuk 2023-01-16 14:38:55 +03:00
parent e02341b8d8
commit 707fec4e43

View file

@ -2,6 +2,7 @@ const dayjs = require('dayjs')
module.exports = { module.exports = {
site: 'tv.yandex.ru', site: 'tv.yandex.ru',
skip: true, // NOTE: the server blocks requests by IP (https://github.com/iptv-org/epg/actions/workflows/tv.yandex.ru.yml)
days: 2, days: 2,
url: function ({ date, channel }) { url: function ({ date, channel }) {
const [region, id] = channel.site_id.split('#') const [region, id] = channel.site_id.split('#')