mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +00:00
Rarbg: strip ' from search
This commit is contained in:
parent
9aedd68f1c
commit
7c36d3a892
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ namespace Jackett.Indexers
|
|||
}*/
|
||||
else if (!string.IsNullOrWhiteSpace(searchString))
|
||||
{
|
||||
//searchString = searchString.Replace("'", ""); // ignore ' (e.g. search for america's Next Top Model)
|
||||
queryCollection.Add("mode", "search");
|
||||
queryCollection.Add("search_string", searchString);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue