fix a parse error for elite-tracker (#4444)

This commit is contained in:
Aurelien 2019-01-13 04:06:03 +01:00 committed by garfield69
parent 0288bd4ad8
commit 5641aa560b
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ namespace Jackett.Common.Indexers
banner.Remove();
}
tooltip.QuerySelector("div:contains(\"Total Hits: \")").Remove();
tooltip.QuerySelector("div:contains(\"Total Hits : \")").Remove();
var longtitle = tooltip.QuerySelectorAll("div").First();
release.Title = longtitle.TextContent;