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
commit 9e565e0dd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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