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('#')