mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
HD4Free: use andmatch filter
This commit is contained in:
@@ -315,6 +315,9 @@ namespace Jackett.Indexers
|
||||
var hDownloadLink = hName.QuerySelector("a[title=\"Download Torrent\"]");
|
||||
|
||||
release.Title = hDetailsLink.TextContent;
|
||||
if (query.ImdbID == null && !query.MatchQueryStringAND(release.Title))
|
||||
continue;
|
||||
|
||||
release.Comments = new Uri(SiteLink + hCommentsLink.GetAttribute("href"));
|
||||
release.Link = new Uri(SiteLink + hDownloadLink.GetAttribute("href"));
|
||||
release.Guid = release.Link;
|
||||
|
Reference in New Issue
Block a user