mirror of
https://github.com/iptv-org/epg
synced 2025-12-19 03:46:41 -05:00
Update elcinema.com.config.js
This commit is contained in:
@@ -12,7 +12,9 @@ dayjs.extend(utc)
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
site: 'elcinema.com',
|
site: 'elcinema.com',
|
||||||
url({ channel }) {
|
url({ channel }) {
|
||||||
return `https://elcinema.com/tvguide/${channel.site_id}/`
|
const lang = channel.lang === 'en' ? 'en/' : '/'
|
||||||
|
|
||||||
|
return `https://elcinema.com/${lang}tvguide/${channel.site_id}/`
|
||||||
},
|
},
|
||||||
logo({ content }) {
|
logo({ content }) {
|
||||||
const dom = new JSDOM(content)
|
const dom = new JSDOM(content)
|
||||||
@@ -116,7 +118,7 @@ function parseDescription(item) {
|
|||||||
}
|
}
|
||||||
).textContent
|
).textContent
|
||||||
|
|
||||||
return excerpt.replace('...اقرأ المزيد', '') + desc
|
return excerpt.replace('...اقرأ المزيد', '').replace('...Read more', '') + desc
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseItems(content, date) {
|
function parseItems(content, date) {
|
||||||
|
|||||||
Reference in New Issue
Block a user