mirror of
https://github.com/iptv-org/epg
synced 2026-04-29 14:06:59 -04:00
Fixes Issue reported in #2179
Fixes issue reported in https://github.com/iptv-org/epg/issues/2179
This commit is contained in:
@@ -63,7 +63,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function parseTitle($item) {
|
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) {
|
function parseDescription($item) {
|
||||||
|
|||||||
Reference in New Issue
Block a user