mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 00:20:08 -04:00
Merge pull request #2180 from Sicilykill/issue_2179
Fixes Issue reported in #2179
This commit is contained in:
commit
9e565e0dd5
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue