mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 01:20:08 -04:00
Update arianatelevision.com.config.js
This commit is contained in:
parent
355386782a
commit
c8120d1e8f
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,6 @@ dayjs.extend(utc)
|
|||
dayjs.extend(timezone)
|
||||
dayjs.extend(customParseFormat)
|
||||
|
||||
let PM = false
|
||||
module.exports = {
|
||||
lang: 'en',
|
||||
days: 7,
|
||||
|
@ -21,6 +20,7 @@ module.exports = {
|
|||
return `https://www.arianatelevision.com/program-schedule/`
|
||||
},
|
||||
parser({ content, date }) {
|
||||
let PM = false
|
||||
const programs = []
|
||||
const items = parseItems(content, date)
|
||||
items.forEach(item => {
|
||||
|
@ -45,7 +45,7 @@ module.exports = {
|
|||
}
|
||||
|
||||
function parseStop(item, date) {
|
||||
return date.tz('Asia/Kabul').endOf('d').add(6, 'h')
|
||||
return date.tz('Asia/Kabul').endOf('d').add(7, 'h')
|
||||
}
|
||||
|
||||
function parseStart(item, date) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue