divteam, hachede, mejortorrent, puntotorrent, torrentland, vizuk, zonaq: improve radarr search (#10148)

This commit is contained in:
Diego Heras
2020-11-09 02:20:15 +01:00
committed by GitHub
parent bfb9baee77
commit 32f0006680
7 changed files with 27 additions and 8 deletions

View File

@@ -344,6 +344,7 @@ namespace Jackett.Common.Indexers
if (queryMatch.Success)
quality = queryMatch.Groups[1].Value;
quality = quality.Trim().Replace("-", " ");
quality = Regex.Replace(quality, "HDRip", "BDRip", RegexOptions.IgnoreCase); // fix for Radarr
}
// add the year