fix ontvtonight

This commit is contained in:
Roberto Chaud 2024-10-31 14:06:14 -05:00
parent 7610f7b9f5
commit 28b12e0635

View file

@ -175,5 +175,5 @@ function parseDescription($item) {
function parseItems(content) {
const $ = cheerio.load(content)
return $('#content > div > div > div.span6 > table > tbody > tr').toArray()
return $('#content > div > div > div > table > tbody > tr').toArray()
}