mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 09:30:06 -04:00
Fixes Issue reported in #2179
Fixes issue reported in https://github.com/iptv-org/epg/issues/2179
This commit is contained in:
parent
b2f960674c
commit
60ac8e575f
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue