mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -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) {
|
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