mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
fix ontvtonight
This commit is contained in:
parent
7610f7b9f5
commit
28b12e0635
1 changed files with 1 additions and 1 deletions
|
@ -175,5 +175,5 @@ function parseDescription($item) {
|
||||||
function parseItems(content) {
|
function parseItems(content) {
|
||||||
const $ = cheerio.load(content)
|
const $ = cheerio.load(content)
|
||||||
|
|
||||||
return $('#content > div > div > div.span6 > table > tbody > tr').toArray()
|
return $('#content > div > div > div > table > tbody > tr').toArray()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue