mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Implement torrentbytes
This commit is contained in:
@@ -128,7 +128,7 @@ namespace Jackett.Indexers
|
||||
|
||||
if (queryCollection.Count > 0)
|
||||
{
|
||||
searchUrl += "?" + string.Join("&", queryCollection.AllKeys.Select(a => a + "=" + HttpUtility.UrlEncode(queryCollection[a])));
|
||||
searchUrl += "?" + queryCollection.GetQueryString();
|
||||
}
|
||||
|
||||
var response = await RequestStringWithCookiesAndRetry(searchUrl, null, BrowseUrl);
|
||||
|
Reference in New Issue
Block a user