mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
divteam, hachede, mejortorrent, puntotorrent, torrentland, vizuk, zonaq: improve radarr search (#10148)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user