mirror of
https://github.com/Jackett/Jackett
synced 2024-12-23 00:08:23 +00:00
beyondhd: add andmatch #4828
This commit is contained in:
parent
1cd05963df
commit
689568d147
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@ namespace Jackett.Common.Indexers
|
|||
var descCol = row.ChildElements.ElementAt(3);
|
||||
var qCommentLink = descCol.FirstChild.Cq();
|
||||
release.Title = qCommentLink.Text();
|
||||
if ((query.ImdbID == null || !TorznabCaps.SupportsImdbSearch) && !query.MatchQueryStringAND(release.Title))
|
||||
continue;
|
||||
release.Comments = new Uri(SiteLink + "/" + qCommentLink.Attr("href"));
|
||||
release.Guid = release.Comments;
|
||||
release.Link = new Uri($"{SiteLink}download.php?torrent={torrentId}");
|
||||
|
|
Loading…
Reference in a new issue