cinecalidad: fix parsing error (#8470)

This commit is contained in:
Diego Heras 2020-05-01 18:32:23 +02:00 committed by GitHub
parent ee3cde5cb3
commit cb24d1aea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,8 @@ namespace Jackett.Common.Indexers
foreach (var row in rows)
{
var qImg = row.QuerySelector("img");
if (qImg == null)
continue; // skip results without image
var title = qImg.GetAttribute("title");
if (!CheckTitleMatchWords(query.GetQueryString(), title))
continue; // skip if it doesn't contain all words