Update elcinema.com.config.js

This commit is contained in:
Aleksandr Statciuk 2023-01-30 18:36:20 +03:00
parent a8a6fb6f4e
commit b6f67fa634

View file

@ -11,6 +11,7 @@ dayjs.extend(utc)
module.exports = { module.exports = {
site: 'elcinema.com', site: 'elcinema.com',
skip: true, // NOTE: the guide shows the wrong time (https://github.com/iptv-org/epg/issues/994)
days: 2, days: 2,
url({ channel }) { url({ channel }) {
const lang = channel.lang === 'en' ? 'en/' : '/' const lang = channel.lang === 'en' ? 'en/' : '/'