Merge pull request #2457 from rchaud/feature/fix-ontvtonight

Fix ontvtonight.com
This commit is contained in:
PopeyeTheSai10r
2024-11-25 07:50:06 -08:00
committed by GitHub

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()
}