Fixed: Cardigann Download block handling

This commit is contained in:
Qstick
2021-04-18 22:38:21 -04:00
parent 2938029400
commit 62977d0863
10 changed files with 217 additions and 10 deletions
@@ -112,7 +112,7 @@ namespace NzbDrone.Core.Download
public async Task<byte[]> DownloadReport(string link, int indexerId, string source, string title)
{
var url = new HttpUri(link);
var url = new Uri(link);
// Limit grabs to 2 per second.
if (link.IsNotNullOrWhiteSpace() && !link.StartsWith("magnet:"))