Fixes Issue reported in #2179

Fixes issue reported in https://github.com/iptv-org/epg/issues/2179
This commit is contained in:
Sicilykill
2023-10-06 15:55:16 -05:00
committed by GitHub
parent b2f960674c
commit 60ac8e575f

View File

@@ -63,7 +63,7 @@ module.exports = {
}
function parseTitle($item) {
return $item('td:nth-child(4) > div > div > a > span,td:nth-child(3) > div > div > span').text()
return $item('td:nth-child(4) > div > div > a > span,td:nth-child(3) > div > div > span,td:nth-child(3) > div > div > a > span').text()
}
function parseDescription($item) {