Merge pull request #1711 from iptv-org/disable-tv.yandex.ru

Disable tv.yandex.ru
This commit is contained in:
LaneSh4d0w 2023-01-17 11:24:07 +01:00 committed by GitHub
commit f5958a1fac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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