mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 19:06:58 -05:00
fix ontvtonight
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user