Merge pull request #1918 from iptv-org/disable-elcinema.com

Disable elcinema.com
This commit is contained in:
Aleksandr Statciuk 2023-01-30 20:29:29 +03:00 committed by GitHub
commit 539e5f79ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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/' : '/'