Update elcinema.com.config.js

This commit is contained in:
Aleksandr Statciuk 2021-10-05 03:32:49 +03:00
parent c0f3912d03
commit b7a2b89ba4

View file

@ -10,10 +10,7 @@ dayjs.extend(timezone)
dayjs.extend(utc) dayjs.extend(utc)
module.exports = { module.exports = {
lang: 'ar',
site: 'elcinema.com', site: 'elcinema.com',
channels: 'elcinema.com.channels.xml',
output: '.gh-pages/guides/elcinema.com.guide.xml',
url({ channel }) { url({ channel }) {
return `https://elcinema.com/tvguide/${channel.site_id}/` return `https://elcinema.com/tvguide/${channel.site_id}/`
}, },