mirror of
https://github.com/iptv-org/epg
synced 2025-12-20 12:26:58 -05:00
Merge pull request #1711 from iptv-org/disable-tv.yandex.ru
Disable tv.yandex.ru
This commit is contained in:
@@ -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('#')
|
||||||
|
|||||||
Reference in New Issue
Block a user