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
commit 5ffe5b492a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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