mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
yts: keep cloudflare cookie (#8673)
This commit is contained in:
parent
f3a7e40b88
commit
0b94c0fc8f
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ namespace Jackett.Common.Indexers
|
|||
}
|
||||
|
||||
var searchUrl = ApiEndpoint + "?" + queryCollection.GetQueryString();
|
||||
var response = await RequestStringWithCookiesAndRetry(searchUrl, string.Empty);
|
||||
var response = await RequestStringWithCookiesAndRetry(searchUrl);
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue