mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-30 23:47:17 +02:00
@@ -150,9 +150,10 @@ namespace Jackett.Common.Indexers
|
||||
{
|
||||
htmlString = await LoadWebPageAsync(url);
|
||||
}
|
||||
catch
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.Error($"DivxTotal: Failed to load url {url}");
|
||||
logger.Error(ex, "DivxTotal: Failed to load url [{0}]: {1}", url, ex.Message);
|
||||
|
||||
return releases;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user