mirror of
https://github.com/Jackett/Jackett
synced 2025-02-22 14:20:57 +00:00
fix a parse error for elite-tracker (#4444)
This commit is contained in:
parent
0288bd4ad8
commit
5641aa560b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue