mirror of
https://github.com/iptv-org/epg
synced 2026-09-10 22:06:56 -04:00
Update /sites
This commit is contained in:
@@ -47,8 +47,8 @@ function parseItems(content, date) {
|
||||
.parent()
|
||||
.parent()
|
||||
const items = []
|
||||
const titles = column.find(`p`).toArray()
|
||||
column.find(`h4`).each((i, time) => {
|
||||
const titles = column.find('p').toArray()
|
||||
column.find('h4').each((i, time) => {
|
||||
items.push({
|
||||
time: $(time).text(),
|
||||
title: $(titles[i]).text()
|
||||
|
||||
Reference in New Issue
Block a user