Added torrent downloading proxy

This commit is contained in:
zone117x
2015-04-16 21:53:52 -06:00
parent 907d556082
commit f5329d2400
6 changed files with 51 additions and 4 deletions

View File

@@ -131,5 +131,10 @@ namespace Jackett.Indexers
return releases.ToArray();
});
}
public Task<byte[]> Download(Uri link)
{
throw new NotImplementedException();
}
}
}