mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -631,7 +631,14 @@ namespace Jackett.Common.Indexers
|
||||
else
|
||||
uri = uris.Current;
|
||||
|
||||
try
|
||||
{
|
||||
results = await PostDataWithCookies(uri.AbsoluteUri, queryCollection);
|
||||
}
|
||||
catch
|
||||
{
|
||||
results = null;
|
||||
}
|
||||
|
||||
if (results != null && !string.IsNullOrEmpty(results.Content))
|
||||
{
|
||||
@@ -721,7 +728,7 @@ namespace Jackett.Common.Indexers
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
OnParseError(content, ex);
|
||||
return null;
|
||||
}
|
||||
|
||||
if (!someFound)
|
||||
@@ -786,7 +793,7 @@ namespace Jackett.Common.Indexers
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
OnParseError(content, ex);
|
||||
return null;
|
||||
}
|
||||
|
||||
if (!someFound)
|
||||
|
Reference in New Issue
Block a user