Merge pull request #2180 from Sicilykill/issue_2179

Fixes Issue reported in #2179
This commit is contained in:
PopeyeTheSai10r
2023-10-09 15:00:19 -07:00
committed by GitHub

View File

@@ -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) {