From 707fec4e43572c9452ad81881f6d63021e7ea4fc Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 16 Jan 2023 14:38:55 +0300 Subject: [PATCH] Update tv.yandex.ru.config.js --- sites/tv.yandex.ru/tv.yandex.ru.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/tv.yandex.ru/tv.yandex.ru.config.js b/sites/tv.yandex.ru/tv.yandex.ru.config.js index f76371d9..6b377ab4 100644 --- a/sites/tv.yandex.ru/tv.yandex.ru.config.js +++ b/sites/tv.yandex.ru/tv.yandex.ru.config.js @@ -2,6 +2,7 @@ const dayjs = require('dayjs') module.exports = { 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, url: function ({ date, channel }) { const [region, id] = channel.site_id.split('#')