mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
fix a parse error for elite-tracker (#4444)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user