Skip to content

Commit 9e565e0

Browse files
Merge pull request #2180 from Sicilykill/issue_2179
Fixes Issue reported in #2179
2 parents c191199 + b4135fe commit 9e565e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/gatotv.com/gatotv.com.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
}
6363

6464
function parseTitle($item) {
65-
return $item('td:nth-child(4) > div > div > a > span,td:nth-child(3) > div > div > span').text()
65+
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()
6666
}
6767

6868
function parseDescription($item) {

0 commit comments

Comments
 (0)