mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Merge pull request #2180 from Sicilykill/issue_2179
Fixes Issue reported in #2179
This commit is contained in:
@@ -62,7 +62,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) {
|
||||
|
||||
Reference in New Issue
Block a user